All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pat.apps.ReGameDes

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----pat.apps.ReGameDes

public class ReGameDes
extends Frame
This is the thing used to design the parameters for a regular expression game.


Method Index

 o action(Event, Object)
 o main(String[])
 o ReadAndProcessFile(String)
 o SizeAndShow()

Methods

 o main
  public static void main(String args[])
 o SizeAndShow
  public void SizeAndShow()
 o action
  public boolean action(Event e,
                        Object o)
Overrides:
action in class Component
 o ReadAndProcessFile
  public void ReadAndProcessFile(String ifile)

All Packages  Class Hierarchy  This Package  Previous  Next  Index