Serialized Form

Class CantCreateObjectException implements Serializable


Class CantFindObjectException implements Serializable


Class GameException implements Serializable


Class GameWindow implements Serializable

Serialized Fields

ta

javax.swing.JTextArea ta
The large text area with lots of information

theGame

GenerationGame theGame
The game object that controls things actually happening

iteration

int iteration
How many turns have happened?


Class MyVector implements Serializable


Class SelectWindow implements Serializable

Serialized Fields

selectedObject

java.lang.Object selectedObject
the object selected by the user from the list.

objects

java.lang.Comparable[] objects
A sorted list of the objects in the original vector.


Class SpyWindow implements Serializable

Serialized Fields

ta

javax.swing.JTextArea ta
The large text area with lots of information

caller

SpyThread caller
Who called us? We need to know so we can cancel them.