--- old/src/java.desktop/share/classes/javax/swing/plaf/basic/BasicInternalFrameUI.java 2016-12-19 22:11:28.000000000 +0300 +++ new/src/java.desktop/share/classes/javax/swing/plaf/basic/BasicInternalFrameUI.java 2016-12-19 22:11:27.000000000 +0300 @@ -1024,7 +1024,7 @@ return; } } - + @SuppressWarnings("deprecation") public void mouseDragged(MouseEvent e) { if ( startingBounds == null ) {