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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalTitlePane.java156 private Color activeForeground = null; field in class:MetalTitlePane
305 activeForeground = UIManager.getColor("activeCaptionText");
311 activeForeground = UIManager.getColor(
321 activeForeground = UIManager.getColor(
329 activeForeground = UIManager.getColor(
338 activeForeground = UIManager.getColor("activeCaptionText");
707 foreground = activeForeground;

Completed in 33 milliseconds