A Java2D Instructional Tool

Purpose

To illustrate the various kinds of shapes in the Java2D framework and the attributes that determine the details of their shapes. The user should be able to select from the available shape types and see tthe selected shape displayed. The user should be able to manipulate the shape attributes and watch their effects on the display. At all times, the user should be able to view documentation about the shape and its attributes.

Constraints

References