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.expdemo.SelectionDemo1.java

public class SelectionDemo1 extends ApplicationFrame implements SelectionChangeListener {

    private JTable table;

    private DefaultTableModel model;

From source file org.jfree.expdemo.SelectionDemo2.java

/**
 * A demo scatter plot.
 */
public class SelectionDemo2 extends ApplicationFrame implements SelectionChangeListener {

    private JTable table;

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

/**
 * This line chart demo shows many series, each displaying a different shape.
 *
 */
public class LineChartDemo3 extends ApplicationFrame {

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

/**
 * This demo shows a plot of water temperature at various depths.
 *
 */
public class WaterTemperatureDemo extends ApplicationFrame {

From source file org.jfree.expdemo.SelectionDemo3.java

/**
 * A demo scatter plot.
 */
public class SelectionDemo3 extends ApplicationFrame implements SelectionChangeListener {

    private JTable table;

From source file com.bbn.c2s2.pint.testdata.chart.ScatterPlot.java

public class ScatterPlot extends ApplicationFrame {

    private static final int DOT_SIZE = 5;

    private static final long serialVersionUID = 3837293727083887744L;
    private double[][] data;

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

/**
 * This demo shows a plot of water temperature at various depths.
 *
 */
public class WaterTemperatureDemo extends ApplicationFrame {

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

/**
 * A simple demonstration application showing how to create a vertical bar chart.
 *
 */
public class XYBarChartDemo3 extends ApplicationFrame {

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

/**
 * A demo showing a high-low-open-close chart with a moving average overlaid on top.
 *
 */
public class HighLowChartDemo2 extends ApplicationFrame {

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

/**
 * A demonstration of the {@link XYBarDataset} wrapper class.
 *
 */
public class XYBarChartDemo4 extends ApplicationFrame {