Class HistogramLab

java.lang.Object
  |
  +--HistogramLab

public class HistogramLab
extends java.lang.Object

Histogram Project:
The HistogramLab class [does what?].

Version:
Spring 2004
Author:
Kelly Schultz

Constructor Summary
HistogramLab()
           
 
Method Summary
static void main(java.lang.String[] args)
          Start the Histogram program.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistogramLab

public HistogramLab()
Method Detail

main

public static void main(java.lang.String[] args)
Start the Histogram program. The String arguments (args) are not used in this application.