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.

Constructor Index

 o Help_Window()
The window gives a brief explanation of the simulation.

Method Index

 o handleEvent(Event)
Help window,menu,and button handling.

Constructors

 o Help_Window
  public Help_Window()
The window gives a brief explanation of the simulation.

Methods

 o 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