Method isPopupVisible()
Return type: boolean
Member of:
javax.swing.JComboBox
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
if (sidComboBox.isPopupVisible()) return;
2
if (pidComboBox.isPopupVisible()) return;
3
boolean wasVisible = isPopupVisible() && isVisible();
4
if (ev.getSource() instanceof JComboBox && ((JComboBox) ev.getSource()).isPopupVisible()) {
5
if ( _box.isPopupVisible() ) {
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.