Searched defs:getWindowBackground (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
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

Completed in 27 milliseconds