All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Window | +----java.awt.Frame | +----jdsltools.visualization.FrameWithMenuBar
MenuBar
. The subclass
initializes the MenuBar
, and then the Frame adds the menu bar.
In addition, it handles destroying the window, and also shows menu items
whenever a menu event happens.
createMenus
.
Frame
.
protected FrameWithMenuBar(String s)
createMenus
. Then displays
the menu bar, and sets up listeners so that window closing is handled.
protected abstract void createMenus(MenuBar menuBar)
Frame
. Overridden by the
subclass.
protected boolean handleMenuEvent(MenuItem item)
protected void aboutToBeDestroyed()
protected abstract void BeingClosed()
All Packages Class Hierarchy This Package Previous Next Index