Home Segments Top Top Previous Next

944: Mainline

You create JMenu and JMenuItem instances as illustrated in the following examples:

new JMenu("File");                
new JMenuItem("General");    

The strings provide labels for menus and menu items.