Computer Science 202
Introduction to Programming
Fall 2013, The College of Saint Rose
Agenda
Modify the "DragABall" example so that the ball is blue with a black outline when it is first created (it would be a blue FilledOval with a black FramedOval on top). While being dragged, the ball becomes red, and both the red FilledOval and the black FramedOval are moved together during the dragging operation. When the mouse is released to drop the ball in its final position, its color should be changed back to blue.
Please submit only the file DragABall.java in Submission Box under "InClass7" before you leave class.
No New Lecture Assignment
Finish up your Event Counter lab if you have not yet done so and do your written design for the Laundry Sorter lab.
Examples