Method getJMenuBar()
Return type:
javax.swing.JMenuBar
Member of:
javax.swing.JFrame
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
buildTree(installFrame.getContentPane(), installFrame.getJMenuBar());
2
JMenuBar jMenuBar = getJMenuBar();
3
JMenuBar jMenuBar = getJMenuBar();
4
JMenu menu = _logMonitorFrame.getJMenuBar().getMenu(0);
5
final JMenu menu = _logMonitorFrame.getJMenuBar().getMenu(0);
6
JMenuBar mb = mw.getJMenuBar();
7
buildChart(installFrame.getContentPane(), installFrame.getJMenuBar());
8
JMenuItem quit = MenuFactory.findMenuItem(getJMenuBar(), CMD_QUIT);
9
if( ((FidabMenu) frame.getJMenuBar()).isClrOnBookmark() )
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.