Source
Homework Assignment
- Write an applet, called FilmAnimation, to control the
ImageLoop animation thread.
- You must load the images and setup the image Circular for ImageLoop.
- Add a toggle button to pause/continue the animation.
- Be sure to handle iconify/deiconify and leaving the
page/returning to the page correctly.
- Hint: check out class Applet and getImage().