Lab5 Class

Implement the missing parts of the Lab5 Class, as indicated by the TODO Comments.

Random Number Generator

A random number generator has been implemented for you already in Lab5.java. You can call getRandomFloat( maximum ) to get a random float between 0 and the maximum value you specify. This will allow you to give each of your dots a random x- and a random y-coordinate between 0 and the limit of the window (WINDOW_SIZE).