Class jovial.slotCar.Race
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jovial.slotCar.Race

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----jovial.slotCar.Race

public class Race
extends Frame
A main class to start up and run a slot-car rase.

Constructor Index

 o Race()

Method Index

 o handleEvent(Event)
Handle an event from one of our widgets
 o main(String[])
Run the program

Constructors

 o Race
  public Race()

Methods

 o handleEvent
  public boolean handleEvent(Event evt)
Handle an event from one of our widgets
Parameters:
evt - The event
Returns:
true if it was handled
Overrides:
handleEvent in class Component
 o main
  public static void main(String argv[])
Run the program

All Packages  Class Hierarchy  This Package  Previous  Next  Index