Class bdeAppletFrame

Class bdeAppletFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----bdeAppletFrame

public class bdeAppletFrame
extends Frame
Class: bdeAppletFrame
Description: Provides a container Frame with a Menu bar to the bde2JavaApplet.

Constructor Index

 o bdeAppletFrame(String, bde2JavaApplet, int, int)

Method: public void bdeAppletFrame()
Description: The Constructor method for bdeAppletFrame
Creates the frame, menubar and starts the bde2JavaApplet.
Class: bdeAppletFrame

Method Index

 o handleEvent(Event)

Method: public boolean handleEvent()
Description: event handler for bdeAppletFrame
Handles selection of menu items and WINDOW_DESTROY events.
Class: bdeAppletFrame

Constructors

 o 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

Parameters:
String - title, The title of the frame
bde2JavaApplet - applet, the bde applet
int - width, the width of the frame
int - height, the height of the frame
Returns:
None

Methods

 o handleEvent
  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

Parameters:
Event - evt, the event generated.
Returns:
boolean returns true.
Overrides:
handleEvent in class Component