< prev index next >

src/java.desktop/share/classes/javax/swing/plaf/synth/SynthTableUI.java

Print this page

        

@@ -499,12 +499,12 @@
     }
 
     /*
      * Paints the grid lines within <I>aRect</I>, using the grid
      * color set with <I>setGridColor</I>. Paints vertical lines
-     * if <code>getShowVerticalLines()</code> returns true and paints
-     * horizontal lines if <code>getShowHorizontalLines()</code>
+     * if {@code getShowVerticalLines()} returns true and paints
+     * horizontal lines if {@code getShowHorizontalLines()}
      * returns true.
      */
     private void paintGrid(SynthContext context, Graphics g, int rMin,
                            int rMax, int cMin, int cMax) {
         g.setColor(table.getGridColor());
< prev index next >