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

/openjdk9/jdk/src/java.desktop/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.java325 * <td>{@code theme.getWindowBackground()}
340 * <td>{@code theme.getWindowBackground()}
399 "window", theme.getWindowBackground(), /* Default color for the interior of windows */
404 "text", theme.getWindowBackground(), /* Text background color */
1390 "Tree.textBackground", getWindowBackground(),
1988 * cover method for {@code getCurrentTheme().getWindowBackground()}.
1994 public static ColorUIResource getWindowBackground() { return getCurrentTheme().getWindowBackground(); } method in class:MetalLookAndFeel
H A DMetalIconFactory.java916 Color windowBodyColor = MetalLookAndFeel.getWindowBackground();
1795 g.setColor( MetalLookAndFeel.getWindowBackground() );

Completed in 47 milliseconds