< prev index next >

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

Print this page

        

@@ -220,11 +220,11 @@
             splitPane = null;
         }
     }
 
     /**
-     * Returns true if the point at <code>x</code>, <code>y</code>
+     * 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 >