Class OrsonChartsDemo

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class OrsonChartsDemo extends JFrame implements ActionListener
A demo application for Orson Charts. This aggregates all the individual demos which can also be run independently.
See Also:
  • Field Details

    • DEFAULT_CONTENT_SIZE

      public static final Dimension DEFAULT_CONTENT_SIZE
      Default size for the content panel in the demo applications.
  • Constructor Details

    • OrsonChartsDemo

      public OrsonChartsDemo(String title)
      Creates a new demo instance with the specified frame title.
      Parameters:
      title - the title.
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener
    • main

      public static void main(String[] args)
      Starting point for the demo application.
      Parameters:
      args - ignored.