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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthListUI.java46 private boolean useListColors; field in class:SynthListUI
151 useListColors = style.getBoolean(context,
213 if (!useListColors && (isSelected || cellHasFocus)) {
H A DSynthComboBoxUI.java47 private boolean useListColors; field in class:SynthComboBoxUI
131 useListColors = style.getBoolean(context,
472 if (!useListColors) {

Completed in 37 milliseconds