iceCube.uhe.particles
Class SwingParticleDemo

java.lang.Object
  extended by iceCube.uhe.particles.SwingParticleDemo
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

Particle.class Demo program based on Swing User Interface


Constructor Summary
SwingParticleDemo()
           
 
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
 

Constructor Detail

SwingParticleDemo

public SwingParticleDemo()
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)