Class BallSim

java.lang.Object
  extended byBallSim

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.


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

Constructor Detail

BallSim

public BallSim()
Method Detail

main

public static void main(String[] args)
Create window, viewer, and balls and run simulation