In this lab, I wrote a prime number generator applet from scratch. It uses Threads, Implementations and other
neato things. The base class is the Applet, with another class that extends a TextArea and implements
Runnable for threads. Click here for it