com.jrefinery.chart.demo
Class First

java.lang.Object
  |
  +--com.jrefinery.chart.demo.First

public class First
extends java.lang.Object

A very simple demo.

Author:
DG

Constructor Summary
First()
           
 
Method Summary
static void main(java.lang.String[] args)
          The starting point for the demo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

First

public First()
Method Detail

main

public static void main(java.lang.String[] args)
The starting point for the demo.
Parameters:
args - ignored.