|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--FishAnimation
Aquarium Lab Series: The FishAnimation class contains the main function that will run the Aquarium Project. This class creates the objects necessary and moves a user-specified number of fish.
Keyboard
class (from Programming and Problem-Solving
with Java, published by Brooks/Cole) for console input.
Aquarium
,
AquaFish
,
Display
,
Keyboard
Constructor Summary | |
FishAnimation()
|
Method Summary | |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public FishAnimation()
Method Detail |
public static void main(java.lang.String[] args)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |