PROJECT #2 ... PART 1
The graphics on this applet are hard coded, causing problems when the applet is re-sized.
PROJECT #2 ... PART 2
The pediment and stylobate of the temple in this applet are anchored to the top and bottom
of the applet respectively. If the height is increased, the columns' height increases while the pediment and stylobate remain in their fixed positions relative to the edges of the applet.
Example 1: Applet size is 270x200
Example 2: Applet size is 270x250
Example 3: Applet size is 270x300
It is also possible to change the width of the applet without damaging the image because the position and size of the six columns are relative to the width of the applet.
Example 4: Applet size is 350x200
The source code for project #2, Part 1
The source code for project #2, Part 2