SimpleHistogramPanel is a Java class that extends JPanel and draws a histogram using data on a ArrayList.
Your data should be added to HistogramBar objects (or another kind that extends HistogramBar) and these added to a ArrayList, that should be set on SimpleHistogramPanel through setData() method.
You can use TypeHistogram class as reference.
Pedro Alves pdroalves@gmail.com
