Serialized Form


Package core

Class core.GameLoadException extends Exception implements Serializable

serialVersionUID: 45344L


Package ui

Class ui.BoardPanel extends JPanel implements Serializable

serialVersionUID: 144L

Serialized Fields

map

Map<K,V> map

moves

Collection<E> moves

selectedPanel

SquarePanel selectedPanel

Class ui.GraphicUI extends JFrame implements Serializable

serialVersionUID: 85253L

Serialized Fields

newButton

JButton newButton

loadButton

JButton loadButton

saveButton

JButton saveButton

standardButton

JRadioButton standardButton

fantasyButton

JRadioButton fantasyButton

boardPanel

BoardPanel boardPanel

wLabel

JLabel wLabel

bLabel

JLabel bLabel

wTimeLabel

JLabel wTimeLabel

bTimeLabel

JLabel bTimeLabel

historyArea

JTextArea historyArea

gameThread

GameThread gameThread

selectedPosition

Position selectedPosition

dragStart

Position dragStart

Class ui.NewGameDialog extends JFrame implements Serializable

serialVersionUID: 666L

Serialized Fields

wHuman

JRadioButton wHuman

wCPU

JRadioButton wCPU

bHuman

JRadioButton bHuman

bCPU

JRadioButton bCPU

wTime

JTextField wTime

bTime

JTextField bTime

powerupField

JTextField powerupField

beginButton

JButton beginButton

successful

boolean successful

Class ui.SquarePanel extends JPanel implements Serializable

serialVersionUID: 54321L

Serialized Fields

canMove

boolean canMove

canBeTaken

boolean canBeTaken

isSelected

boolean isSelected

piece

Piece piece