Computer Science 252
Problem Solving with Java
Fall 2014, The College of Saint Rose
Agenda
Write a program Practice.java that draws a 20x20 filled square with its upper left corner at the mouse location each time the mouse is pressed. When the mouse is released, a frame of the square (still at the press point, not the release point) remains. (This is Exercise 2.7.4 in BDM).
Please submit only the file Practice.java in Submission Box under "InClass3" before you leave class.
No New Lecture Assignment
Focus on finishing up the lab, even though it's not due until Friday night.
Also, come to class on Thursday with any questions you have about the examples below.
Terminology
Examples