There should be a applet here!
 

The Smiles Assignment!

Your task to to write your first program!  It's due Monday Jan 29th at the begining of class.

It should put a bunch of smiles on the screen.  When you click on a smile, a box should appear around the smile.  Get as many points as you can.

Here is some code that draws a bunch of squares.
Here is some code that draws a single smiley face (but you know how to do that by now).
Here is some code that uses the mouse.
 
 
Points Task # Task
1 1 Your program compiles
2 2 Your program can draw one smiley face
2 3 Your program uses a method to draw a smiley face
2 4 Your program can draw LOTS of smiley faces (must use loops)
2 5 When you click the mouse, a box appears around the smiley face you click one
1 6 The box is centered around the smiley face, even if your click was off-center
1 7 The smiley faces vary in color (You must have gotten #4)
1 8 The colors are random (You must have gotten #7)
2 9 There is a hidden smileyface.  If you ckick it, the computer tells you.
1 10 The hidden smiley is random every time
2 11 You count the number of clicks clicked
2 12 The square appears and disapears on alternate clicks
2 13 Your code is indented properly