Method setJMenuBar(JMenuBar menubar)
Return type: void
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 ((JFrame)container).setJMenuBar(this);
2 this.setJMenuBar(menu_bar);
3 setJMenuBar(new MenuBar(gameController).getMenuBar());
4 frame.setJMenuBar(this.getMenuBar());
5 this.setJMenuBar(m_APanel.getMenuBar());
6 setJMenuBar(createMenuBar());
7 installFrame.setJMenuBar(new JMenuBar());
8 setJMenuBar(
9 this.frame.setJMenuBar(menubar);
10 frame.setJMenuBar(containedPane.menuBar);
11 frame.setJMenuBar(clm.getMenuBar(this));
12 this.setJMenuBar(jMenuBar1);
13 frame.setJMenuBar(this.getMenuBar());
14 frame.setJMenuBar(test.createMenuBar());
15 setJMenuBar(mainMenuBar);
16 setJMenuBar(menuBar);
17 frame.setJMenuBar(menuBar);
18 pFrame.setJMenuBar(pMenuBar);
19 setJMenuBar(menuBar);
20 setJMenuBar (jMenuBar);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.