Computer Science 252
Problem Solving with Java
Fall 2014, The College of Saint Rose
Agenda
Modify the FallingSnow example so that each snowflake (that is, each FallingSnow object) stops falling when it reaches the bottom of the canvas, but then remains on the canvas for 5 seconds before "melting". During this 5 seconds, the snowflake should move down by 1 pixel every half second, then get removed from the canvas as before.
Please submit only the file FallingSnow.java in Submission Box under "InClass12" before you leave class.
No New Lecture Assignment
Finish up the In-Class Exercise if you did not have a chance, then wrap up the lab.
Examples