ballworlds.framework
Class BallWorlds

java.lang.Object
  extended by ballworlds.framework.BallWorlds

public class BallWorlds
extends Object

The BallWorlds application is a Swing application that simulates "worlds" that contain various kinds of "balls" (and possibly other objects).

The BallWorlds class contains the main method for the BallWorlds application and hence is the starting point for that application. It constructs the Worlds and the frame in which they will be displayed.

This exercise is based on an exercise from Lynn Andrea Stein's Rethinking CS101 project.

Author:
David Mutchler, Salman Azhar and others, January 2005. Modified September, 2008.

Constructor Summary
BallWorlds()
           
 
Method Summary
static void main(String[] args)
          The BallWorlds application starts here in main.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BallWorlds

public BallWorlds()
Method Detail

main

public static void main(String[] args)
The BallWorlds application starts here in main. It constructs the Worlds and the frame in which they will be displayed.

Parameters:
args - Array of command-line arguments