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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComboBox.java236 public void ancestorAdded(AncestorEvent event){ hidePopup();}
237 public void ancestorRemoved(AncestorEvent event){ hidePopup();}
240 hidePopup();
810 public void hidePopup() { method in class:JComboBox
1415 hidePopup();

Completed in 513 milliseconds