Class Help_Window
Class Help_Window
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----Help_Window
- class Help_Window
- extends Frame
This creates the help window.
-
Help_Window()
- The window gives a brief explanation of the simulation.
-
handleEvent(Event)
- Help window,menu,and button handling.
Help_Window
public Help_Window()
- The window gives a brief explanation of the simulation.
handleEvent
public boolean handleEvent(Event event)
- Help window,menu,and button handling. If the window is closed clean up.
If exit is selected in the menu clean up and close window.
- Overrides:
- handleEvent in class Component