Class BallSim
java.lang.Object
BallSim
- public class BallSim
- extends Object
Demonstration program for simple simulation framework.
Create a couple of balls and let them wander around the screen.
Demonstrates model-view (without controller) design.
- Version:
- 10/18/01, 4/16/03, 10/13/03, 4/12/04
- Author:
- Hal Perkins
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