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 ComicPanel extends JPanel implements Serializable

Serialized Fields

picture

Picture picture
the picture for the comic panel


textBalloonList

List<E> textBalloonList
the list of text balloons


pictureLabel

JLabel pictureLabel
the label used to display the picture


lineBorder

boolean lineBorder
flag if line border for this panel

Class ComicStrip extends JPanel implements Serializable

Serialized Fields

author

String author

name

String name

panelArray

ComicPanel[] panelArray

width

int width

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 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