Searched refs:getWindowTitleBackground (Results 1 - 3 of 3) 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
H A DMetalInternalFrameTitlePane.java57 * <code>getWindowTitleBackground</code> is used.
369 background = MetalLookAndFeel.getWindowTitleBackground();

Completed in 44 milliseconds