Class BallSim
java.lang.Object
BallSim
- public class BallSim
- extends Object
Demonstration program for simple simulation framework.
Create a bunch of balls and let them wander around the screen.
Demonstrates model-view (without controller) design.
Method Summary |
static void |
main(String[] args)
Create window, viewer, and balls and run simulation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BallSim
public BallSim()
main
public static void main(String[] args)
- Create window, viewer, and balls and run simulation