< prev index next >

src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/WindowsScrollBarUI.java

Print this page

        

@@ -469,11 +469,11 @@
                 }
             }
         }
 
         /**
-         * Actually renders the grid into the Graphics <code>g</code>.
+         * Actually renders the grid into the Graphics {@code g}.
          */
         private void paintGrid(Graphics g, Color fg, Color bg) {
             Rectangle clipRect = g.getClipBounds();
             g.setColor(bg);
             g.fillRect(clipRect.x, clipRect.y, clipRect.width,
< prev index next >