<<<
Using JPanel instead of the default content panel
Index
The Root Pane
>>>
7. Adding a menu bar to JFrame
mbar =
new
JMenuBar();
// create menu bar
frame.setJMenuBar( mbar );
// add to JFrame
<<<
Using JPanel instead of the default content panel
Index
The Root Pane
>>>