/[classpath]/classpath/javax/swing/plaf/metal/MetalScrollBarUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/metal/MetalScrollBarUI.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by trebligd, Thu Sep 8 08:58:48 2005 UTC revision 1.7 by rabbit78, Wed Sep 28 13:16:47 2005 UTC
# Line 345  public class MetalScrollBarUI Line 345  public class MetalScrollBarUI
345                 thumbBounds.y + thumbBounds.height);                 thumbBounds.y + thumbBounds.height);
346    
347      // draw the pattern      // draw the pattern
348      MetalUtils.fillMetalPattern(g, thumbBounds.x + 3, thumbBounds.y + 3,      MetalUtils.fillMetalPattern(c, g, thumbBounds.x + 3, thumbBounds.y + 3,
349                                  thumbBounds.width - 6, thumbBounds.height - 6,                                  thumbBounds.width - 6, thumbBounds.height - 6,
350                                  thumbHighlightColor, new Color(102, 102, 153));                                  thumbHighlightColor, new Color(102, 102, 153));
351    }    }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26