List of usage examples for org.jfree.ui ApplicationFrame subclass-usage
From source file one.TimeLineChart.java
public final class TimeLineChart extends ApplicationFrame { public static HashMap<Date, String> hm;// = new HashMap<>(); public static String[] task;// = new String[hm.size()]; public static Date[] time;// = new Date[hm.size()]; String title;
From source file scatterplot1k.JFreeScatter2.java
/** * * @author deric */ public class JFreeScatter2 extends ApplicationFrame {
From source file org.jfree.chart.demo.CandlestickChartDemo1.java
public class CandlestickChartDemo1 extends ApplicationFrame { private static final long serialVersionUID = 1L; public CandlestickChartDemo1(String s) { super(s);
From source file org.jfree.chart.demo.XYTitleAnnotationDemo1.java
public class XYTitleAnnotationDemo1 extends ApplicationFrame { private static final long serialVersionUID = 1L; public XYTitleAnnotationDemo1(String s) { super(s);
From source file org.jfree.chart.demo.CategoryLabelPositionsDemo1.java
public class CategoryLabelPositionsDemo1 extends ApplicationFrame { private static final long serialVersionUID = 1L; static JFreeChart chart; static JCheckBox invertCheckBox;
From source file org.jfree.chart.demo.XYTaskDatasetDemo1.java
public class XYTaskDatasetDemo1 extends ApplicationFrame { private static final long serialVersionUID = 1L; public XYTaskDatasetDemo1(String s) { super(s);
From source file org.jfree.chart.demo.HighLowChartDemo3.java
public class HighLowChartDemo3 extends ApplicationFrame { private static final long serialVersionUID = 1L; public HighLowChartDemo3(String s) { super(s);
From source file demo.BarChartDemo11.java
/** * A bar chart showing licence statistics for open source projects listed * at Freshmeat. */ public class BarChartDemo11 extends ApplicationFrame {
From source file org.jfree.chart.demo.NormalDistributionDemo2.java
public class NormalDistributionDemo2 extends ApplicationFrame { private static final long serialVersionUID = 1L; public NormalDistributionDemo2(String s) { super(s);
From source file lab10part2.Chart.java
/** * * @author sakwaa */ public class Chart extends ApplicationFrame {