Description of the Fourth Homework Problem

Given a simulation of balls bouncing, implement stop and restart features. This involves converting a single-threaded program into a two-threaded program.

Details:

Handin Requirements

Reference:

The text discussion of Threads is quite sufficient for this assignment. The Pendulum program can be consulted as an example.

Sample Run:

Hints:

Side Notes: