Chaos Applet

Before you start coding, figure out how to make a method that given two x,y cordinates (ints everything), draws a dot (small circle) on the screen at the MIDPOINT between those spots.

If you follow these steps, something cool happens.

A possible extension: Allow the user to choose the co-ordinates for the corners of the screen using input boxes and a single button on the screen.

Another possible extension: Use a different number of corner points. (Say four or five.) You could even allow the user to choose the number of corner points.

 

(Marking assumes that the items in the previous levels, such as "Comments", are also complete in the higher levels).

Level Descriptor Specifics
R Fail Incomplete
1 Very Poor (50%) Working poorly. Title Comments.
2 Poor (60%) Basic version. Code very poorly set up.
3 Medicore (75%) Works well. Code is moderately well set up. Comments.
4 Good (79%) Well structured with loops and methods. Titles on Applet. Pre and Post Conditions.
5 Very Good (89%) Efficient and well designed. An extension attempted.
6 Excellent (95%) An extension works well. User friendly.
7 Outstanding (98%) Many extensions to the program. Very user friendly.