Serialized Form
|
Class AnimationPanel extends javax.swing.JComponent implements Serializable |
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 |
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 |
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 SoundPlayer extends javax.swing.JPanel implements Serializable |
play
javax.swing.JButton play
open
javax.swing.JButton open
info
javax.swing.JLabel info
buttons
javax.swing.JPanel buttons
sound
Sound sound
|
Class SoundTest extends TestCase 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