Serialized Form


Package <Unnamed>

Class AnimationPanel extends JComponent implements Serializable

Serialized Fields

imageList

List<E> imageList
list of image objects


currIndex

int currIndex
index of currently displayed image


framesPerSec

int framesPerSec
number of frames per second

Class ButtonPanel extends JPanel implements Serializable

Serialized Fields

nextButton

JButton nextButton

playButton

JButton playButton

prevButton

JButton prevButton

moviePlayer

MoviePlayer moviePlayer

Class ColorSquares extends JPanel implements Serializable

Serialized Fields

colorArray

Color[] colorArray

Class EnvFileChooser extends JFileChooser implements Serializable

Serialized Fields

openAccessory

JPanel openAccessory

boundedChooser

JComboBox boundedChooser

unboundedChooser

JComboBox unboundedChooser

defaultBounded

Class<T> defaultBounded

defaultUnbounded

Class<T> defaultUnbounded

Class FishToolbar extends JToolBar implements Serializable

Serialized Fields

colorComboBox

JComboBox colorComboBox

fishComboBox

JComboBox fishComboBox

Class ImageDisplay extends JPanel implements Serializable

Serialized Fields

image

Image image

prefSize

Dimension prefSize

currentX

int currentX

currentY

int currentY

Class JpegImagesToMovie.ImageDataSource extends Object implements Serializable

Class JpegImagesToMovie.ImageSourceStream extends Object implements Serializable

Class MBSDisplay extends JPanel implements Serializable

Serialized Fields

theEnv

Environment theEnv

numRows

int numRows

numCols

int numCols

originRow

int originRow

originCol

int originCol

cellSize

int cellSize

toolTipsEnabled

boolean toolTipsEnabled

Class MBSException extends RuntimeException implements Serializable

Class MBSGUIFrame extends JFrame implements Serializable

Serialized Fields

envControl

EnvironmentController envControl

simControl

SimulationController simControl

display

MBSDisplay display

menuItemsThatNeedAnEnvironment

ArrayList<E> menuItemsThatNeedAnEnvironment

menuItemsDisabledDuringRun

ArrayList<E> menuItemsDisabledDuringRun

Class PseudoInfiniteViewport extends JViewport implements Serializable

Serialized Fields

scrollParent

JScrollPane scrollParent

glassPane

JPanel glassPane

originTip

JToolTip originTip

originTipTimer

Timer originTipTimer

panPoint

Point panPoint

Class SimpleMBSDisplay extends JFrame implements Serializable

Serialized Fields

display

MBSDisplay display

delay

int delay

Class SoundException extends Exception implements Serializable

Class TurtleWorld extends JComponent implements Serializable

Serialized Fields

background

Color background

width

int width

height

int height

turtleList

List<E> turtleList

frame

JFrame frame

Class World extends JComponent implements Serializable

Serialized Fields

autoRepaint

boolean autoRepaint
should automatically repaint when model changed


background

Color background
the background color for the world


width

int width
the width of the world


height

int height
the height of the world


turtleList

List<E> turtleList
the list of turtles in the world


frame

JFrame frame
the JFrame to show this world in


picture

Picture picture
background picture