Serialized Form

Class AnimationPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

imageList

java.util.List imageList
list of image objects


currIndex

int currIndex
index of currently displayed image


framesPerSec

int framesPerSec
number of frames per second


Class ButtonPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

nextButton

javax.swing.JButton nextButton

playButton

javax.swing.JButton playButton

prevButton

javax.swing.JButton prevButton

moviePlayer

MoviePlayer moviePlayer


Class ColorSquares extends javax.swing.JPanel implements Serializable

Serialized Fields

colorArray

java.awt.Color[] colorArray


Class ImageDisplay extends javax.swing.JPanel implements Serializable

Serialized Fields

image

java.awt.Image image

prefSize

java.awt.Dimension prefSize

currentX

int currentX

currentY

int currentY


Class SoundException extends java.lang.Exception implements Serializable


Class World extends javax.swing.JComponent implements Serializable

Serialized Fields

autoRepaint

boolean autoRepaint
should automatically repaint when model changed


background

java.awt.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

java.util.List turtleList
the list of turtles in the world


frame

javax.swing.JFrame frame
the JFrame to show this world in


picture

Picture picture
background picture