Package ip1.ex1a

Class Summary
Threader The Threader class illustrates both a thread derived from the Thread class and a class implementing the Runnable interface.
ThreaderListener ThreaderListener provides a button which controls the execution of a thread.
ThreaderTh1 ThreaderTh1 illustrates threading by inheriting from Threader.
ThreaderTh2 ThreaderTh2 illustrates threading by implementing the Runnable interface.