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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalTheme.java375 public ColorUIResource getWindowTitleInactiveBackground() { return getSecondary3(); } method in class:MetalTheme
H A DMetalLookAndFeel.java313 * <td>{@code theme.getWindowTitleInactiveBackground()}
392 "inactiveCaption", theme.getWindowTitleInactiveBackground(), /* Color for captions (title bars) when not active. */
2050 * getCurrentTheme().getWindowTitleInactiveBackground()}.
2056 public static ColorUIResource getWindowTitleInactiveBackground() { return getCurrentTheme().getWindowTitleInactiveBackground(); } method in class:MetalLookAndFeel
H A DMetalInternalFrameTitlePane.java394 background = MetalLookAndFeel.getWindowTitleInactiveBackground();

Completed in 228 milliseconds