Flags with Polygons Tutorial
From Progzoo
Contents |
Napier
The Napier flag is a red triangle on a white square. It suggests the
letter N.

We create a polygon in order to fill it. The
http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Polygon.html
Polygon class is part of the standard awt package. We create a
polygon then add points to it as required.
Bahamas
To complete the flag of the Bahamas you must add the black triangle which represents the unity and vigour of the people.
Jamaica
We need to four triangle to draw the flag of Jamaica. If we get it right we will leave a yellow cross.
Seychelles
The Seychelles has a cheerful flag; four triangles and a quadrilateral.
We tire of coming up with names for our polygons. In this example we reuse the same old polygon - we reset it after it has done its job.



