Start
|
Index
|
Overview
•
PREV
|
UP
|
net.simplace.client.simulation.lap.test.chart.DemoChartPanel
public class
DemoChartPanel
{
// Public Constructors
public
DemoChartPanel
(String title);
// Class Methods
public static JFreeChart
createDemoPanel
();
Creates a panel for the demo.
returns
A panel.
public static void
main
(String[] args);
Starting point for the demonstration application.
args
ignored.
}