simulation_MVC_Basic
Class SimulationRunnableQ2

java.lang.Object
  extended by simulation_MVC_Basic.SimulationRunnableQ2
All Implemented Interfaces:
java.lang.Runnable

public class SimulationRunnableQ2
extends java.lang.Object
implements java.lang.Runnable

This app launches a basic particle animation. It uses the the event dispatching thread. This app is provided for teaching purposes.

Author:
mb

Constructor Summary
SimulationRunnableQ2()
          Creates a runnable simulation.
 
Method Summary
 void run()
          Causes this runnable to launch, using an initial display size of half the screen's width and height.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimulationRunnableQ2

public SimulationRunnableQ2()
Creates a runnable simulation.

Method Detail

run

public void run()
Causes this runnable to launch, using an initial display size of half the screen's width and height.

Specified by:
run in interface java.lang.Runnable