This website is preserved for historical and scholarly reference and is no longer actively maintained.
                         CpSc 210, Section 1
                             Assignment 1 
                            January 24, 2000 


Due: Wednesday, January 31 by 11:59 p.m.

Assignment:  Fill a circle with a bright color and inscribe a square inside the circle.  (30 pts.)

Late penalties: 20 points per partial day late.  That is, programs
	turned in after midnight Wednesday and before midnight Thursday
	can receive a maximum of 10 pts.

Total point value of assignment:  30 points

Late submissions not accepted after: Thursday, February 1 at 11:59 p.m.

This assignment is to be done INDIVIDUALLY.



Create a directory, A1, which will contain all parts of this assignment.
(In this assignment the directory A1 will contain a single file
named Asg1.java.)  

The objectives of this program are to give you some more experience working
with Java and the Drawing WIndow.  


Other requirements:

	Follow the style standards to be found on your instructor's
	web page for CPSC 210.

	Submit your program using the handin command.  There is a link to
	the handin description on your lab page (www.cs.clemson.edu/~lab210).


Grading rubric:

	In the opinion of the instructor the program is an honest attempt
		to complete the assignment as described  5 pts.

	If the above requirement is met and required documentation and
		style standards are used.   5 pts.

	If the two previous requirements are not substantially met, no further 
	points will be awarded.

	The program compiles without error.  5 pts.

	The program compiles without error and fills a circle with
	a bright color.  5 pts.           

	All previous requirements are met and a square is inscribed
	in the circle.  10 pts.

	The circle must be completely inside the drawing window and
	large, in order that the square is clearly shown.  Default
	size on the drawing window (20 x 20) is acceptable.