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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalHighContrastTheme.java144 "ComboBox.background", getWindowBackground(),
150 "ProgressBar.background", getWindowBackground(),
151 "ProgressBar.selectionForeground", getWindowBackground(),
H A DMetalTheme.java351 public ColorUIResource getWindowBackground() { return getWhite(); } method in class:MetalTheme
H A DMetalLookAndFeel.java322 * <td>{@code theme.getWindowBackground()}
337 * <td>{@code theme.getWindowBackground()}
395 "window", theme.getWindowBackground(), /* Default color for the interior of windows */
400 "text", theme.getWindowBackground(), /* Text background color */
1405 "Tree.textBackground", getWindowBackground(),
2017 * cover method for {@code getCurrentTheme().getWindowBackground()}.
2023 public static ColorUIResource getWindowBackground() { return getCurrentTheme().getWindowBackground(); } method in class:MetalLookAndFeel
H A DMetalIconFactory.java784 Color windowBodyColor = MetalLookAndFeel.getWindowBackground();
1692 g.setColor( MetalLookAndFeel.getWindowBackground() );

Completed in 44 milliseconds