Computer Science 252
Problem Solving with Java
Fall 2015, 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.
If you demonstrate your program before leaving class, there is no need to turn it in (be sure it gets recorded, however).
No New Lecture Assignment
Focus on the ongoing labs.
Also, come to class on Thursday with any questions you have about the examples below.
Terminology
Examples