Serialized Form


Package <Unnamed>

Class TTTgui extends javax.swing.JFrame implements Serializable

Serialized Fields

menuBar

javax.swing.JMenuBar menuBar
the file, options, and opponents menu


curAlgorithm

LearningAlgorithm curAlgorithm
the current opponent


tttEngine

TTTengine tttEngine
reference to the main engine class


OPPONENTS_FILENAME

java.lang.String OPPONENTS_FILENAME
opponents filename so is possible to re-read the file

Class TTTpanel extends javax.swing.JPanel implements Serializable

Serialized Fields

board

java.lang.String[] board
string array representation of the TTT board


tttEngine

TTTengine tttEngine
reference to the main engine class


lblMessage

javax.swing.JLabel lblMessage
the message to be displayed on the GUI