world.test
Class Falling

java.lang.Object
  extended by world.test.Falling

public class Falling
extends java.lang.Object

Falling Balls Demo. When the mouse is dragged, balls are created with a random upward velocity and then fall off the bottom of the screen


Constructor Summary
Falling()
           
 
Method Summary
static void main(java.lang.String[] s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Falling

public Falling()
Method Detail

main

public static void main(java.lang.String[] s)