Nuacht

//Create a Polygon class. A polygon is a closed shape with lines joining the corner points. //You will keep the points in an array list. Use object of java.awt.Point for the point. //Polygon will have ...