< prev index next >

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

Print this page

        

*** 469,479 **** } } } /** ! * Actually renders the grid into the Graphics <code>g</code>. */ private void paintGrid(Graphics g, Color fg, Color bg) { Rectangle clipRect = g.getClipBounds(); g.setColor(bg); g.fillRect(clipRect.x, clipRect.y, clipRect.width, --- 469,479 ---- } } } /** ! * 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 >