Computer Science 252
Problem Solving with Java

Fall 2013, The College of Saint Rose

Lecture 18: More ArrayLists
Date: Thursday, November 21, 2013


Agenda

Lecture 18 Assignment

Due at the start of class, Tuesday, November 26.

Please submit answers to these questions in Submission Box under "LA18" by the start of our next class. We will discuss these questions at the start of class, so no late submissions are accepted. Please be sure that your name is clearly indicated in all submissions.

Modify the Drag10Shirts example so that each TShirt object created has somewhere between 2 and 6 "stains" placed randomly on it. Each stain is a single graphics primitive (e.g., a FilledOval), and those stains are stored in an ArrayList within that TShirt, so that the stains move with the TShirt. You can earn full credit if all stains are the same size, color, and shape, but can earn up to 10 points of extra credit for more "interesting" stains. (10 points)

Examples