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

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaHighlighter.java52 Color disabledSelectionColor; field in class:AquaHighlighter.AquaHighlightPainter
64 if (disabledSelectionColor != null) return disabledSelectionColor;
65 return disabledSelectionColor = UIManager.getColor("TextComponent.selectionBackgroundInactive");

Completed in 29 milliseconds