All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.log.MoviePlayer

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----pinball.log.MoviePlayer

public class MoviePlayer
extends Applet
This reads the log file and generates an html file with the statistics.


Constructor Index

 o MoviePlayer()

Method Index

 o action(Event, Object)
Check for button presses.
 o init()
Initalize the applet.
 o start()
Starts up the movie player.
 o stop()
The applet is done.

Constructors

 o MoviePlayer
 public MoviePlayer()

Methods

 o init
 public void init()
Initalize the applet.

Overrides:
init in class Applet
 o start
 public void start()
Starts up the movie player.

Overrides:
start in class Applet
 o stop
 public void stop()
The applet is done.

Overrides:
stop in class Applet
 o action
 public boolean action(Event e,
                       Object arg)
Check for button presses.

Overrides:
action in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index