Class SimpleMenuBar

java.lang.Object
  extended bySimpleMenuBar

public class SimpleMenuBar
extends java.lang.Object

Simple example illustrating how to display a menubar, menu, and menu items.


Constructor Summary
SimpleMenuBar()
           
 
Method Summary
static void main(java.lang.String[] args)
          Allocate the GUI components, assemble them in a JFrame, and show it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleMenuBar

public SimpleMenuBar()
Method Detail

main

public static void main(java.lang.String[] args)
Allocate the GUI components, assemble them in a JFrame, and show it.