Simple Animation Program

Take the TwoBalls.java (Bounce2.java) program and do something better with it. You'll also need Ball.java
You might be able to work with a partner on this as long as you both contribute.

Please use a new package for this program
 

Some ideas:

Planning

Before you write the program, plan out what you want to do.

Programming

We'll work on this for a few days. It won't be anything incredibly complex (like Jezzball or Qix or TowerDefense). We can do that later.

Testing

-- not much to do here I think

Marking