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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalHighContrastTheme.java145 "ComboBox.foreground", getUserTextColor(),
149 "ProgressBar.foreground", getUserTextColor(),
152 "ProgressBar.selectionBackground", getUserTextColor(),
H A DMetalTheme.java327 public ColorUIResource getUserTextColor() { return getBlack(); } method in class:MetalTheme
H A DMetalLookAndFeel.java328 * <td>{@code theme.getUserTextColor()}
340 * <td>{@code theme.getUserTextColor()}
397 "windowText", theme.getUserTextColor(), /* ??? */
401 "textText", theme.getUserTextColor(), /* Text foreground color */
1987 * cover method for {@code getCurrentTheme().getUserTextColor()}.
1993 public static ColorUIResource getUserTextColor() { return getCurrentTheme().getUserTextColor(); } method in class:MetalLookAndFeel

Completed in 36 milliseconds