Method isPopupMenuVisible()
Return type: boolean
Member of:
javax.swing.JMenu
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
boolean isVisible = isPopupMenuVisible();
2
boolean isVisible = isPopupMenuVisible();
3
org.netbeans.jemmy.JemmyProperties.getCurrentOutput().printLine("IN HERE" + Boolean.toString(((JMenu)result).isPopupMenuVisible()));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.