Serialized Form


Package <Unnamed>

Class MyButton extends javax.swing.JButton implements Serializable

Serialized Fields

pState

int pState

cState

int cState

Class Panel extends javax.swing.JPanel implements Serializable

Serialized Fields

label

javax.swing.JLabel label

bCount

javax.swing.JLabel bCount

rCount

javax.swing.JLabel rCount

turn

javax.swing.JLabel turn

AILabel

javax.swing.JLabel AILabel

Instruct

javax.swing.JLabel Instruct

TwoComp

javax.swing.JButton TwoComp

startButton

javax.swing.JButton startButton

NoAI

javax.swing.JButton NoAI

OneAI

javax.swing.JButton OneAI

ForwardAI

javax.swing.JButton ForwardAI

RandomAI

javax.swing.JButton RandomAI

MoveAI

javax.swing.JButton MoveAI

OneComp

javax.swing.JButton OneComp

undoButton

javax.swing.JButton undoButton

SouthPanel

javax.swing.JPanel SouthPanel

board

javax.swing.JPanel board

NorthPanel

javax.swing.JPanel NorthPanel

EastPanel

javax.swing.JPanel EastPanel

end

boolean end

twocomp

boolean twocomp

playerVs

boolean playerVs

aiType

int[] aiType

countb

int countb

countr

int countr

length

int length

raidi

int raidi

width

int width

height

int height

delay

int delay

undoIndex

int undoIndex

player

int player

aiCount

int aiCount

bBoard

MyButton[] bBoard

undoBoards

MyButton[][] undoBoards

t

javax.swing.Timer t