Class BallSim

java.lang.Object
  |
  +--BallSim

public class BallSim
extends java.lang.Object

Third version of bouncing ball simulator with inner classes.

Version:
10/18/01, 4/16/03
Author:
Hal Perkins

Constructor Summary
BallSim()
           
 
Method Summary
static void main(java.lang.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(java.lang.String[] args)
Create window, viewer, and balls and run simulation



Generated by BlueJ