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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalTitlePane.java155 private Color activeBackground = null; field in class:MetalTitlePane
304 activeBackground = UIManager.getColor("activeCaption");
309 activeBackground = UIManager.getColor(
319 activeBackground = UIManager.getColor(
327 activeBackground = UIManager.getColor(
337 activeBackground = UIManager.getColor("activeCaption");
343 activeBackground);
706 background = activeBackground;

Completed in 32 milliseconds