Homework 3
- Write a simple animation applet modeled after the ScrollingBanner2
or BouncingBall
applet.
- Requirements:
- Use parameters in the applet
tag.
- Use the drawing methods in the Graphics
class.
- Use off-screen drawing (double buffering).
- Use your imagination to create motion patterns.
- Have fun!
- Bonus. You will receive a 20% bonus if your animation
involves two or more graphical objects of different shapes. This is to
encourage you to use the API documentation to learn features in various classes, e.g.
Graphics, that are not discussed in our lectures.
No bonus for late submissions.
- Set up a home page that contains your applet and the
source code, and give a brief description of your applet, including the extra features for
the bonus points.
- Follow the submission instructions.
Here Comes My Bouncing Objects