| org.jfree.chart.demo.BarChartDemo1
BarChartDemo1 | public class BarChartDemo1 extends ApplicationFrame (Code) | | A simple demonstration application showing how to create a bar chart.
|
Method Summary | |
public static void | main(String[] args) Starting point for the demonstration application. |
BarChartDemo1 | public BarChartDemo1(String title)(Code) | | Creates a new demo instance.
Parameters: title - the frame title. |
main | public static void main(String[] args)(Code) | | Starting point for the demonstration application.
Parameters: args - ignored. |
|
|