PROJECT #3 -- FUN WITH PROPORTIONS
The applet now responds to mouse-clicks to allow the user to adjust the proportions of
the temple in both width and height.
If the text to increase the height is clicked, only the vertical factor increases/decreases;
if the text to increase the width is clicked, only the horizontal factor increases/decreases. Applet parameters control the granularity of the incremental increases/decreases.
Example: Applet size is 270x300; Parameter h_increment = 5; Parameter increment = 5
Example: Applet size is 270x300; Parameter h_increment = 20; Parameter increment = 3
The source code for project #3