Computer Science 252
Problem Solving with Java
Fall 2013, The College of Saint Rose
Agenda
Write a program ColorScribble.java that combines some of the features of our recent examples into a "scribble" program that allows selection of colors.
It should present a set of color-selection "buttons" (really just FilledRects with FramedRects for borders) that, when clicked, select a color to be used to draw scribbles until the next time a color selection button is clicked.
A sample solution:
Please submit only the file ColorScribble.java in Submission Box under "InClass3" before you leave class.
No New Lecture Assignment
Just finish up the In-Class exercise.
Also, don't forget to do your written design for the Laundry Sorter lab before class on Thursday.
Examples