|   
              Use one of the timer classes to create a simple animation.
 
Create one or two other types of sorter subclasses with other 
                algorithms such as quicksort. Create an applet that displays two 
                or more histograms side by side, each using a different sorter 
                method. When the sort button pushed, the applet should initiate 
                the sorting for all the histograms simultaneously, thus illustrating 
                the relative speeds of the different algorithms.  |