Class builder.Builder
All Packages Class Hierarchy This Package Previous Next Index
Class builder.Builder
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----builder.MyFrame
|
+----builder.Builder
- public class Builder
- extends MyFrame
Creates the two main windows for the builder interface.
-
Builder()
- Main Constructor.
-
action(Event, Object)
- action
Take care of menu selections.
-
handleEvent(Event)
- handleEvent
Quits program when Window is destroyed.
-
main(String[])
- Run Builder.
Builder
public Builder()
- Main Constructor.
action
public boolean action(Event evt,
Object obj)
- action
Take care of menu selections.
- Parameters:
- evt - the event that triggered this action.
- obj - the Menu Selection.
- Overrides:
- action in class Component
handleEvent
public boolean handleEvent(Event evt)
- handleEvent
Quits program when Window is destroyed.
- Parameters:
- evt - the event that triggered this function call.
- Overrides:
- handleEvent in class MyFrame
main
public static void main(String args[])
- Run Builder.
All Packages Class Hierarchy This Package Previous Next Index