All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class JavaGO.ControlGame

java.lang.Object
    |
    +----java.awt.Component
            |
            +----java.awt.Container
                    |
                    +----java.awt.Panel
                            |
                            +----JavaGO.ControlGame

public class ControlGame
extends Panel
implements Constants
controlGame derives from Panel control the game


Method Index

 o action(Event, Object)
action
 o actionSave()
action save
 o controlLoad()
controls for loading a new game
 o controlMain()
main controls for a game
 o controlNew()
controls for a new game
 o gameSize()
game size ?
 o Handicap()
handicap ?
 o init()
init
 o init_load()
init load controls
 o init_main()
init main controls of the game
 o init_new()
init new controls
 o Komi()
komi ?
 o paint(Graphics)
paint
 o readURL()
read URL of game file
 o setDir()
set Dir = list of file in this directory
 o setNodeField(int)
initiate node field

Methods

 o init
public void init()
init

 o init_main
public void init_main()
init main controls of the game

 o init_new
public void init_new()
init new controls

 o init_load
public void init_load()
init load controls

 o paint
public void paint(Graphics g)
paint

Overrides:
paint in class Container
 o setNodeField
public void setNodeField(int node)
initiate node field

 o controlNew
public void controlNew()
controls for a new game

 o controlMain
public void controlMain()
main controls for a game

 o controlLoad
public void controlLoad()
controls for loading a new game

 o action
public boolean action(Event e,
                      Object arg)
action

Overrides:
action in class Component
 o actionSave
public void actionSave()
action save

 o readURL
public URL readURL()
read URL of game file

 o setDir
public boolean setDir()
set Dir = list of file in this directory

 o gameSize
public int gameSize()
game size ?

 o Handicap
public int Handicap()
handicap ?

 o Komi
public double Komi()
komi ?


All Packages  Class Hierarchy  This Package  Previous  Next  Index