Programming Assignment 1

Date Due: September 13, 2000

 

 

Assignment - #2.17 on page 106

 

Write an applet that draws a smiling face.  Give the face eyes with pupils, ears, a nose, and a mouth.  Be creative and add color!

 

 

Requirements

 

You must at least do the following things for this program to receive full credit:

 

Set the background to some color other than the default applet background color.

The assignment must be an applet, not an application.

Comment your code – name and SSN are a must!!

 

 

Deliverables

 

Turn in a hard copy (print out) of your program to me in class the night the program is due.  You must also send your program to me electronically, to my email address (kathleen@cs.ucf.edu).  The subject line of your program should be Assignment #1 – emails without this subject will be returned.  This is so I can distinguish them from questions you may have.  You will be emailing me both a .java file and a .html file, so that I can compile and run them on my own.  Do NOT just send me an html file or a url link – I need to be able to compile your code.

 

 

Testing Environment

 

Your programs will be graded using either the JBuilder compiler, or the command line javac compiler mentioned on the website – we’ll try this method out for the first assignment, then come up with a standard.