Create a U. S. Flag Applet that Scales

Write a program that produces an Applet which displays the United States flag to scale. The only error in the display should be due to the limited number of pixels which will make displaying the stars perfectly problematic. Regardless, such a display can be done as seen at this web site which also has all the measurements needed to produce the flag. Try to make your program as modular and readable as possible. Be sure to document your code so that if, say, a classmate were asked to understand what you are doing, it would be reasonably clear.