visad.benjamin
Class Galaxy
java.lang.Object
visad.benjamin.Galaxy
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
public class Galaxy
- extends java.lang.Object
- implements java.awt.event.ActionListener
Galaxy implements the interactive Milky Way model
application using VisAD 2.0.
Constructor Summary |
Galaxy(java.lang.String[] args)
|
Method Summary |
void |
actionPerformed(java.awt.event.ActionEvent e)
Handles button press events. |
static void |
main(java.lang.String[] args)
type 'java -mx64m visad.benjamin.Galaxy' to run this application;
the main thread just exits, since Display, Cell and JFC threads
run the application |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Galaxy
public Galaxy(java.lang.String[] args)
throws VisADException,
java.rmi.RemoteException
- Throws:
VisADException
java.rmi.RemoteException
main
public static void main(java.lang.String[] args)
throws VisADException,
java.rmi.RemoteException
- type 'java -mx64m visad.benjamin.Galaxy' to run this application;
the main thread just exits, since Display, Cell and JFC threads
run the application
- Throws:
VisADException
java.rmi.RemoteException
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Handles button press events.
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener