@@ -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,