Serialized Form
amazpics
java.awt.Image[] amazpics
- The images.
bgcolor
java.awt.Color bgcolor
- The back ground color.
bgsound
java.applet.AudioClip bgsound
- The back ground sound.
currentimg
java.awt.Image currentimg
- The current image to be dispalyed.
delay
long delay
- How long to pause before dispalying the next image.
imageIndex
int imageIndex
- The index of the current image dispalyed.
link
java.lang.String link
- A Link to the page to dispalyed when the user clicks on the applet.
offG
java.awt.Graphics offG
- Graghics used for double buffering.
offImage
java.awt.Image offImage
- An Image used for double buffering.
runner
java.lang.Thread runner
- A Thread used for animation.
size
java.awt.Dimension size
- The size of the applet.
target
java.lang.String target
- The target for the page.
tracker
java.awt.MediaTracker tracker
- An object used to load all the media files before animating them.
txtAlign
TextAligner txtAlign
- An object used to align the text to fit in the borders of the applet.