Example usage for org.jfree.ui ApplicationFrame subclass-usage

List of usage examples for org.jfree.ui ApplicationFrame subclass-usage

Introduction

In this page you can find the example usage for org.jfree.ui ApplicationFrame subclass-usage.

Usage

From source file org.jfree.chart.demo.WindChartDemo.java

/**
 * A simple demonstration application showing how to create a wind chart.
 *
 */
public class WindChartDemo extends ApplicationFrame {

From source file unalcol.termites.boxplots.HybridGlobalInfoReport.java

/**
 *
 * @author Arles Rodriguez <arles.rodriguez@gmail.com>
 */
public class HybridGlobalInfoReport extends ApplicationFrame {

From source file org.jfree.chart.demo.XYBoxAnnotationDemo1.java

public class XYBoxAnnotationDemo1 extends ApplicationFrame {

    private static final long serialVersionUID = 1L;

    public XYBoxAnnotationDemo1(String s) {
        super(s);

From source file org.jfree.chart.demo.HighLowChartDemo.java

/**
 * A demo showing a high-low-open-close chart.
 *
 */
public class HighLowChartDemo extends ApplicationFrame {

From source file org.jfree.chart.demo.LineChartDemo4.java

/**
 * A simple line chart using data from an {@link XYDataset}.
 *
 */
public class LineChartDemo4 extends ApplicationFrame {

From source file org.jfree.chart.demo.HighLowChartDemo.java

/**
 * A demo showing a high-low-open-close chart.
 *
 */
public class HighLowChartDemo extends ApplicationFrame {

From source file org.jfree.chart.demo.CompassDemo2.java

/**
 * A simple demonstration application showing how to...
 *
 */
public class CompassDemo2 extends ApplicationFrame {

From source file org.jfree.chart.demo.PieChartDemo3.java

/**
 * A pie chart with no data, to demonstrate the use of the setNoDataMessage(...) method.
 *
 */
public class PieChartDemo3 extends ApplicationFrame {

From source file org.jfree.chart.demo.CompassDemo2.java

/**
 * A simple demonstration application showing how to...
 *
 */
public class CompassDemo2 extends ApplicationFrame {

From source file org.jfree.chart.demo.PieChartDemo5.java

/**
 * A pie chart with no section labels.
 */
public class PieChartDemo5 extends ApplicationFrame {

    /**