Searched refs:thumbShadow (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalScrollBarUI.java70 private static Color thumbShadow; field in class:MetalScrollBarUI
92 bumps = new MetalBumps( 10, 10, thumbHighlightColor, thumbShadow, thumbColor );
111 thumbShadow = UIManager.getColor("ScrollBar.thumbShadow");
249 g.setColor( thumbShadow );
275 g.setColor( thumbShadow );
312 g.setColor(thumbShadow);
354 g.setColor(thumbShadow);

Completed in 33 milliseconds