List of usage examples for org.jfree.ui ApplicationFrame subclass-usage
From source file com.windows.Chart.java
/** * * @author husong */ public class Chart extends ApplicationFrame { public static void main(String args[]) {
From source file org.jfree.chart.demo.PeriodAxisDemo3.java
public class PeriodAxisDemo3 extends ApplicationFrame { private static final long serialVersionUID = 1L; public PeriodAxisDemo3(String s) { super(s);
From source file Business.Chart.ChartHeartRate.java
/** * * @author test */ public class ChartHeartRate extends ApplicationFrame { private String chartTitle;
From source file org.jfree.chart.demo.CategoryMarkerDemo1.java
public class CategoryMarkerDemo1 extends ApplicationFrame { private static final long serialVersionUID = 1L; public CategoryMarkerDemo1(String s) { super(s);
From source file gov.nih.nci.caintegrator.ui.graphing.test.KaplanMeierGraphTester.java
/** * * */ public class KaplanMeierGraphTester extends ApplicationFrame {
From source file org.jfree.chart.demo.CategoryMarkerDemo2.java
public class CategoryMarkerDemo2 extends ApplicationFrame { private static final long serialVersionUID = 1L; public CategoryMarkerDemo2(String s) { super(s);
From source file Business.Chart.ChartBloodPressure.java
/** * * @author test */ public class ChartBloodPressure extends ApplicationFrame { private String chartTitle;
From source file org.jfree.chart.demo.StackedBarChart3DDemo2.java
public class StackedBarChart3DDemo2 extends ApplicationFrame { private static final long serialVersionUID = 1L; public StackedBarChart3DDemo2(String s) { super(s);
From source file org.jfree.chart.demo.StackedBarChart3DDemo4.java
public class StackedBarChart3DDemo4 extends ApplicationFrame { private static final long serialVersionUID = 1L; public StackedBarChart3DDemo4(String s) { super(s);
From source file org.jfree.chart.demo.GradientPaintTransformerDemo1.java
public class GradientPaintTransformerDemo1 extends ApplicationFrame { private static final long serialVersionUID = 1L; public GradientPaintTransformerDemo1(String s) { super(s);