Searched refs:getWindowTitleBackground (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalTheme.java359 public ColorUIResource getWindowTitleBackground() { return getPrimary3(); } method in class:MetalTheme
H A DMetalLookAndFeel.java307 * <td>{@code theme.getWindowTitleBackground()}
393 "activeCaption", theme.getWindowTitleBackground(), /* Color for captions (title bars) when they are active. */
1999 * getCurrentTheme().getWindowTitleBackground()}.
2005 public static ColorUIResource getWindowTitleBackground() { return getCurrentTheme().getWindowTitleBackground(); } method in class:MetalLookAndFeel
H A DMetalInternalFrameTitlePane.java68 * <code>getWindowTitleBackground</code> is used.
390 background = MetalLookAndFeel.getWindowTitleBackground();

Completed in 103 milliseconds