Class AquaSimApplication

java.lang.Object
  extended by AquaSimApplication

public class AquaSimApplication
extends java.lang.Object

Aquarium Lab Series:
The AquaSimApplication class contains the main function that will run the Aquarium Simulation. (This description should be updated when the behavior of the program changes.)
Modifications:
23 March 2008, Alyce Brady, Created skeleton main that constructs and displays an empty aquarium.
(date), (your name), Modified to ....

Version:
23 March 2008 (should be today's date)
Author:
Alyce Brady (should be Your Name)
See Also:
AquariumController

Constructor Summary
AquaSimApplication()
           
 
Method Summary
static void main(java.lang.String[] args)
          This is the main function.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AquaSimApplication

public AquaSimApplication()
Method Detail

main

public static void main(java.lang.String[] args)
This is the main function. It executes the program.

Parameters:
String - args[] is never used