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.
-
Race()
-
-
handleEvent(Event)
- Handle an event from one of our widgets
-
main(String[])
- Run the program
Race
public Race()
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
main
public static void main(String argv[])
- Run the program
All Packages Class Hierarchy This Package Previous Next Index