java.lang.ObjectAquaSimApplication
public class AquaSimApplication
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 ....
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 |
---|
public AquaSimApplication()
Method Detail |
---|
public static void main(java.lang.String[] args)
String
- args[] is never used