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.ScatterPlotDemo2.java

/**
 * A demo scatter plot.
 *
 */
public class ScatterPlotDemo2 extends ApplicationFrame {

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

/**
 * A simple demonstration application showing how to create a stacked bar chart
 * using data from a {@link CategoryDataset}.
 *
 */
public class StackedBarChartDemo1 extends ApplicationFrame {

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

/**
 * This demo shows a normal distribution function.
 */
public class NormalDistributionDemo extends ApplicationFrame {

    /**

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

/**
 * This demo shows a normal distribution function.
 */
public class NormalDistributionDemo extends ApplicationFrame {

    /**

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

/**
 * This demo shows the creation of a stacked XY area chart.  I created this demo while 
 * investigating bug report 882890.
 */
public class StackedXYAreaChartDemo2 extends ApplicationFrame {

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

/**
 * A simple demo showing a dataset created using the {@link XYSeriesCollection} class.
 *
 */
public class XYSeriesDemo extends ApplicationFrame {

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

/**
 * A demo of the fast scatter plot.
 *
 */
public class FastScatterPlotDemo extends ApplicationFrame {

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

/**
 * A simple demo showing a dataset created using the {@link XYSeriesCollection} class.
 *
 */
public class XYSeriesDemo extends ApplicationFrame {

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

/**
 * A demo of the fast scatter plot.
 *
 */
public class FastScatterPlotDemo extends ApplicationFrame {

From source file com.twocents.report.charts.PieChartDemo1.java

/**
 * A simple demonstration application showing how to create a pie chart using
 * data from a {@link DefaultPieDataset}.
 */
public class PieChartDemo1 extends ApplicationFrame {