--- old/src/java.desktop/unix/classes/sun/awt/X11/ListHelper.java 2016-12-19 22:11:55.000000000 +0300 +++ new/src/java.desktop/unix/classes/sun/awt/X11/ListHelper.java 2016-12-19 22:11:54.000000000 +0300 @@ -385,7 +385,7 @@ } return false; } - + @SuppressWarnings("deprecation") void handleVSBEvent(MouseEvent e, Rectangle bounds, int x, int y) { int sbHeight = hsbVis ? bounds.height - SCROLLBAR_WIDTH : bounds.height;