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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalTheme.java383 public ColorUIResource getWindowTitleInactiveForeground() { return getBlack(); } method in class:MetalTheme
H A DMetalLookAndFeel.java316 * <td>{@code theme.getWindowTitleInactiveForeground()}
393 "inactiveCaptionText", theme.getWindowTitleInactiveForeground(), /* Text color for text in inactive captions (title bars). */
2061 * getCurrentTheme().getWindowTitleInactiveForeground()}.
2067 public static ColorUIResource getWindowTitleInactiveForeground() { return getCurrentTheme().getWindowTitleInactiveForeground(); } method in class:MetalLookAndFeel
H A DMetalInternalFrameTitlePane.java395 foreground = MetalLookAndFeel.getWindowTitleInactiveForeground();

Completed in 62 milliseconds