Serialized Form


Package breakout

Class breakout.BadBoardFormatException implements Serializable

Class breakout.GameBoard implements Serializable

Serialized Fields

world

World world

flipped

boolean flipped

Class breakout.GameFrame implements Serializable

Serialized Fields

top

GameBoard top

bottom

GameBoard bottom

local

WorldState local

remote

WorldState remote

chooser

JFileChooser chooser

loader

BoardLoader loader

connect

Connector connect

Class breakout.NetworkSettings implements Serializable

Serialized Fields

state

int state
default state is no network connection


serverport

JTextField serverport

clienthost

JTextField clienthost

clientport

JTextField clientport

addr

InetAddress addr

Class breakout.StatusComponent implements Serializable

Serialized Fields

world

World world

connect

Connector connect

Class breakout.WorldEvent implements Serializable

Serialized Fields

action

int action
action drawn from above constants


location

Point location
location of component


direction

Point direction
direction of component if it was active


size

Dimension size
size of component