java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----bdeAppletFrame
Method: public void bdeAppletFrame()
Description: The Constructor method for bdeAppletFrame
Creates the frame, menubar and starts the
bde2JavaApplet.
Class: bdeAppletFrame
Method: public boolean handleEvent()
Description: event handler for bdeAppletFrame
Handles selection of menu items and
WINDOW_DESTROY events.
Class: bdeAppletFrame
public bdeAppletFrame(String title,
bde2JavaApplet applet,
int width,
int height)
Method: public void bdeAppletFrame()
Description: The Constructor method for bdeAppletFrame
Creates the frame, menubar and starts the
bde2JavaApplet.
Class: bdeAppletFrame
public boolean handleEvent(Event evt)
Method: public boolean handleEvent()
Description: event handler for bdeAppletFrame
Handles selection of menu items and
WINDOW_DESTROY events.
Class: bdeAppletFrame