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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComboBox.java167 private boolean selectingItem = false; field in class:JComboBox
577 selectingItem = true;
579 selectingItem = false;
1330 if (!selectingItem) {

Completed in 214 milliseconds