AUP M227A Programming Computer Applications in Architecture and Urban Design

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


Link to Project #1
Link to Project #2
Feel free to e-mail any suggestions or comments.