Class NewCluster

java.lang.Object
  |
  +--NewCluster

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

a fairly simple wrapper to hold gam and bessag and newell classes and to provide an interface to other methods as developed Ian 24/5/00


Constructor Summary
NewCluster()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
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

NewCluster

public NewCluster()
Method Detail

main

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

actionPerformed

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