Question: Write an applet that lets the user click on six points. After the sixth point is clicked, the applet should draw a polygon with a
Write an applet that lets the user click on six points. After the sixth point is clicked, the applet should draw a polygon with a vertex at each point the user clicked.
Step by Step Solution
3.38 Rating (173 Votes )
There are 3 Steps involved in it
Answer package polygon import javaawt import javaawtevent import javaapplet public class Polygon ext... View full answer
Get step-by-step solutions from verified subject matter experts
