Polygon Applet
** This Applet May Not Work in IE **
Here are the applet requirements:
"Create,
compile, and demonstrate a Java Applet for creating, and modifying
a polygon. A polygon is created by using the mouse to specify
the vertices in succession, drawing a line from the previous vertex
to the current vertex, and from the current vertex to the initial
vertex. A polygons is modified by “grasping”
a vertex and repositioning it, preserving the connection to it from
its predecessor vertex and the connection from it to its successor
vertex. Polygons can only be modified after then have been created." --
BYU Computer Science 142, Lab 8