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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalTheme.java359 public ColorUIResource getWindowTitleBackground() { return getPrimary3(); } method in class:MetalTheme
H A DMetalLookAndFeel.java304 * <td>{@code theme.getWindowTitleBackground()}
389 "activeCaption", theme.getWindowTitleBackground(), /* Color for captions (title bars) when they are active. */
2028 * getCurrentTheme().getWindowTitleBackground()}.
2034 public static ColorUIResource getWindowTitleBackground() { return getCurrentTheme().getWindowTitleBackground(); } method in class:MetalLookAndFeel

Completed in 1713 milliseconds