|
Aquarium Lab Series | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--AquaSimApplication
Aquarium Lab Series: The AquaSimApplication class contains the main function that will run the Aquarium Simulation. The main function creates an aquarium and a number of fish and lets the fish move in the aquarium.
Aquarium
,
AquaFish
,
AquaSimGUI
Constructor Summary | |
AquaSimApplication()
|
Method Summary | |
static void |
main(java.lang.String[] args)
This is the main function. |
Methods inherited from class java.lang.Object |
equals, 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
|
Aquarium Lab Series | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |