All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.Options

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----pinball.Options

public class Options
extends Frame
implements Serializable
Get the options used in the game.


Constructor Index

 o Options(JavaQcam)
Make the options window.

Method Index

 o action(Event, Object)
The events for the window.
 o read(DataInputStream)
Read the options from disk.
 o save(DataOutputStream)
Save the options to disk.

Constructors

 o Options
 public Options(JavaQcam myParent)
Make the options window.

Methods

 o action
 public boolean action(Event e,
                       Object arg)
The events for the window. When OK is pressed, continue with the program.

Overrides:
action in class Component
 o save
 public void save(DataOutputStream out)
Save the options to disk.

Parameters:
out - the file to save to.
 o read
 public void read(DataInputStream in)
Read the options from disk.

Parameters:
in - the file to read from.

All Packages  Class Hierarchy  This Package  Previous  Next  Index