graphics.drawPolygon(new int[] {10, 20, 30}, new int[] {100, 20, 100}, 3); // Graphics.drawPolygon(x-coordinates, y-coordinates, # of points);