|
Java™ by example!
|
|
|
How do I draw a polygon?
 Create a Polygon object that contains all corners of the polygon and use the method drawPolygon to render it. Main.java:
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|