Your task is to write a histogrammer!  This is a program that when you click it makes a histogram, basing the bucket values upon the click location. 

You get 25 points if it can draw the histogram including changing values based on click location.
5 points if the buckets start at the bottom and not at the top.
5 points if you can display the values of each bucket below each bucket
10 points for displaying the value of the largest bucket
20 points for displaying the average bucket value.
5 points for displaying the median (middle valued) bucket.

20 points for having a button such that when its clicked, the bars are sort themselves

The Histogram Applet