Class HistogramLab

java.lang.Object
  |
  +--HistogramLab

public class HistogramLab
extends java.lang.Object

Histogram Project:
* * The HistogramLab class [does what?]. * * @author Your_Name * @version Today's Date


Constructor Summary
HistogramLab()
           
 
Method Summary
static void main(java.lang.String[] args)
          Start the Histogram program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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.