< prev index next >

src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/MotifSplitPaneDivider.java

Print this page

        

*** 220,230 **** splitPane = null; } } /** ! * Returns true if the point at <code>x</code>, <code>y</code> * is inside the thumb. */ private boolean isInThumb(int x, int y) { Dimension size = getSize(); int thumbX; --- 220,230 ---- splitPane = null; } } /** ! * Returns true if the point at {@code x}, {@code y} * is inside the thumb. */ private boolean isInThumb(int x, int y) { Dimension size = getSize(); int thumbX;
< prev index next >