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

public class XYBlockChartDemo2 extends ApplicationFrame {

    private static final long serialVersionUID = 1L;

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

From source file scatterplot1k.JFreeScatter.java

/**
 *
 * @author deric
 */
public class JFreeScatter extends ApplicationFrame {

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

public class AxisOffsetsDemo1 extends ApplicationFrame {

    private static final long serialVersionUID = 1L;

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

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

public class XYBlockChartDemo1 extends ApplicationFrame {

    private static final long serialVersionUID = 1L;

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

From source file org.jgrasstools.gears.utils.chart.PlotFrame.java

/**
 * A frame for jfreecharts.
 *
 * @author Andrea Antonello (www.hydrologis.com)
 */
public class PlotFrame extends ApplicationFrame {

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

public class CrosshairDemo3 extends ApplicationFrame {
    private static final long serialVersionUID = 1L;

    static class DemoPanel extends JPanel implements ChangeListener {

        private static final long serialVersionUID = 1L;

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

public class XYBarChartDemo5 extends ApplicationFrame {

    private static final long serialVersionUID = 1L;

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

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

public class DeviationRendererDemo3 extends ApplicationFrame {

    private static final long serialVersionUID = 1L;

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

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

public class PlotOrientationDemo1 extends ApplicationFrame {
    private static final long serialVersionUID = 1L;

    static class DemoPanel extends JPanel {

        private static final long serialVersionUID = 1L;

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

public class XYSplineRendererDemo1 extends ApplicationFrame {
    private static final long serialVersionUID = 1L;

    static class MyDemoPanel extends DemoPanel {

        private static final long serialVersionUID = 1L;