iceCube.uhe.event
Class SwingRun

java.lang.Object
  extended by iceCube.uhe.event.SwingRun
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Direct Known Subclasses:
SwingRunIceTray

public class SwingRun
extends java.lang.Object
implements java.awt.event.ActionListener

Run the JulietEventGenerator with the Swing User Interface


Field Summary
static int HALF_SECOND
           
 JulietTask julietTask
           
 
Constructor Summary
SwingRun()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HALF_SECOND

public static final int HALF_SECOND
See Also:
Constant Field Values

julietTask

public JulietTask julietTask
Constructor Detail

SwingRun

public SwingRun()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

main

public static void main(java.lang.String[] args)