I already have an applet that add a new bouncing ball each time I click the mouse inside the applet area. How do I implement the following features.

- As a ball moves, draw a solid-black oval shadow at the bottom of the applet.
- Bounce the balls off each other when they collide.

Please help. Thanks