Serialized Form
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?
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.
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.