All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----map.PGMS
This class provides both an applet for graphical presentations using browsers, and a main routine for applications.
public PGMS()
public static void main(String args[])
-b
-i
-e
-s strategy class name
-n number of games
public void init()
strategy
game
beginner
intemediate
expert
Sample:
<applet codebase="classes" code="map/PGMS.class"
width=302 height=262>
<param name="strategy" value="eqn.EqnStrategy">
<param name="game" value="intermediate">
</applet>
public void start()
public void stop()
All Packages Class Hierarchy This Package Previous Next Index