< prev index next >

src/java.desktop/unix/classes/sun/awt/X11/ListHelper.java

Print this page

        

@@ -383,11 +383,11 @@
                    (y >= bounds.height - SCROLLBAR_WIDTH) &&
                    (y <= bounds.height);
         }
         return false;
     }
-
+    @SuppressWarnings("deprecation")
     void handleVSBEvent(MouseEvent e, Rectangle bounds, int x, int y) {
         int sbHeight = hsbVis ? bounds.height - SCROLLBAR_WIDTH : bounds.height;
 
         vsb.handleMouseEvent(e.getID(),
                              e.getModifiers(),
< prev index next >