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

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

Introduction

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

Usage

From source file org.jfree.chart.demo.selection.SelectionDemo8.java

public class SelectionDemo8 extends ApplicationFrame implements SelectionChangeListener<XYCursor> {

    private JTable table;

    private DefaultTableModel model;

From source file org.mars_sim.msp.ui.swing.demo.BarChartDemo7.java

/**
* A simple demonstration application showing how to create a bar chart with a custom item
* label generator.
*/
public class BarChartDemo7 extends ApplicationFrame {