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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalTheme.java367 public ColorUIResource getWindowTitleForeground() { return getBlack(); } method in class:MetalTheme
H A DMetalLookAndFeel.java307 * <td>{@code theme.getWindowTitleForeground()}
390 "activeCaptionText", theme.getWindowTitleForeground(), /* Text color for text in captions (title bars). */
2039 * getCurrentTheme().getWindowTitleForeground()}.
2045 public static ColorUIResource getWindowTitleForeground() { return getCurrentTheme().getWindowTitleForeground(); } method in class:MetalLookAndFeel

Completed in 148 milliseconds