Game of Life 1.5
A B C D E F G H I L M N O P R S T U W Z

A

AboutDialog - class org.bitstorm.util.AboutDialog.
Shows a constructed About dialog box.
AboutDialog(Frame, String, String[], String, int, int) - Constructor for class org.bitstorm.util.AboutDialog
Construct a AboutDialog.
AlertBox - class org.bitstorm.util.AlertBox.
AlertBox shows a message besides a warning symbol.
AlertBox(Frame, String, String) - Constructor for class org.bitstorm.util.AlertBox
Contructs a AlertBox.
AppletFrame - class org.bitstorm.gameoflife.AppletFrame.
The window with the applet.
AppletFrame(String, StandaloneGameOfLife) - Constructor for class org.bitstorm.gameoflife.AppletFrame
Constructor.
addGameOfLifeControlsListener(GameOfLifeControlsListener) - Method in class org.bitstorm.gameoflife.GameOfLifeControls
Add listener for this control
addNeighbour(int, int) - Method in class org.bitstorm.gameoflife.GameOfLifeGrid
Adds a new neighbour to a cell.
alert(String) - Method in class org.bitstorm.gameoflife.GameOfLife
Shows an alert
alert(String) - Method in class org.bitstorm.gameoflife.StandaloneGameOfLife
Shows an alert
applet - Variable in class org.bitstorm.gameoflife.AppletFrame
 
appletFrame - Variable in class org.bitstorm.gameoflife.StandaloneGameOfLife
 
args - Variable in class org.bitstorm.gameoflife.StandaloneGameOfLife
 

Game of Life 1.5
A B C D E F G H I L M N O P R S T U W Z

This API descibes the Game of Life program, written by Edwin Martin. The source code is available online too.

Copyright 1996-2004 Edwin Martin <edwin@bitstorm.org>.