chemCast.test.ui
Class MultipleDatasets

java.lang.Object
  extended by ApplicationFrame
      extended by chemCast.test.ui.MultipleDatasets
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class MultipleDatasets
extends ApplicationFrame
implements java.awt.event.ActionListener

A demo showing the addition and removal of multiple datasets / renderers.


Constructor Summary
MultipleDatasets(java.lang.String title)
          Constructs a new demonstration application.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Handles a click on the button by adding new (random) data.
static void main(java.lang.String[] args)
          Starting point for the demonstration application.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipleDatasets

public MultipleDatasets(java.lang.String title)
Constructs a new demonstration application.

Parameters:
title - the frame title.
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Handles a click on the button by adding new (random) data.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - the action event.

main

public static void main(java.lang.String[] args)
Starting point for the demonstration application.

Parameters:
args - ignored.