This assignment gives the student more practice using several tricks all at once.
EXAMPLE: The student will create an applet like the one shown here. This activity provides the student with practice using several tricks all at once. |
x |
ASSIGNMENT:
The student has one major restriction to deal with in creating this applet:
The paint method can only contain four lines. These lines must contain a
call to drawMtn, drawSun, drawTree, and drawHouse.