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

/openjdk7/jdk/src/share/classes/sun/swing/icon/
H A DSortArrowIcon.java49 // The Color to use, may be null indicating colorKey should be used
54 private String colorKey; field in class:SortArrowIcon
76 * @param colorKey the key used to find color in UIManager
78 public SortArrowIcon(boolean ascending, String colorKey) { argument
80 this.colorKey = colorKey;
81 if (colorKey == null) {
119 return UIManager.getColor(colorKey);

Completed in 31 milliseconds