Computer Science 252
Problem Solving with Java
Fall 2014, The College of Saint Rose
Agenda
Modify the TShirt class in the Drag2Shirts example to be more "fancy" by adding at least three additional graphical objects to its design. You might consider adding text, some buttons, a stripe or two, or anything else you might want. At least one should extend the "footprint" of the original shirt in some way. Note that you do not need to make any changes to Drag2Shirts.java to have both shirts displayed use your enhancements. Behold the power of object orientation!
Please submit only the file TShirt.java in Submission Box under "InClass7" before you leave class.
No New Lecture Assignment
But don't forget that you need to bring in a design for the new lab to class on Thursday!
Examples