Serialized Form
Class AnimationPanel extends javax.swing.JComponent implements Serializable |
pictureList
java.util.List pictureList
startIndex
int startIndex
endIndex
int endIndex
framesPerSec
int framesPerSec
frameLabel
javax.swing.JLabel frameLabel
Class ButtonPanel extends javax.swing.JPanel implements Serializable |
nextButton
javax.swing.JButton nextButton
prevButton
javax.swing.JButton prevButton
moviePlayer
MoviePlayer moviePlayer
Class ColorSquares extends javax.swing.JPanel implements Serializable |
colorArray
java.awt.Color[] colorArray
Class ImageDisplay extends javax.swing.JPanel implements Serializable |
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 |
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