visad.benjamin
Class Galaxy
java.lang.Object
visad.benjamin.Galaxy
- All Implemented Interfaces:
- ActionListener, EventListener
public class Galaxy
- extends Object
- implements ActionListener
Galaxy implements the interactive Milky Way model
application using VisAD 2.0.
Method Summary |
void |
actionPerformed(ActionEvent e)
Handles button press events. |
static void |
main(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(String[] args)
throws VisADException,
RemoteException
- Throws:
VisADException
RemoteException
main
public static void main(String[] args)
throws VisADException,
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
RemoteException
actionPerformed
public void actionPerformed(ActionEvent e)
- Handles button press events.
- Specified by:
actionPerformed
in interface ActionListener