simulation_BasicVersion
Class AppDriver

java.lang.Object
  extended by simulation_BasicVersion.AppDriver

public class AppDriver
extends java.lang.Object

This app launches a basic particle animation. It uses the main thread instead of the event dispatching thread (this will be modified in future versions). This app is provided for teaching purposes.

Author:
mb

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

AppDriver

public AppDriver()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.InterruptedException,
                        java.lang.reflect.InvocationTargetException
Parameters:
args - no command-line args are understood by this app
Throws:
java.lang.reflect.InvocationTargetException
java.lang.InterruptedException