|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimulation_MVC_Basic.SimulationRunnable
public class SimulationRunnable
This app launches a basic particle animation. It uses the the event dispatching thread. This app is provided for teaching purposes.
Constructor Summary | |
---|---|
SimulationRunnable()
Creates a runnable simulation with the default frame rate of 24 frames per second. |
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 |
---|
public SimulationRunnable()
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |