|
Minnow Project | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--MinnowApp
Minnow Program:
The MinnowApp
class provides a main method that creates
a simulation of three minnows swimming in a small bounded environment.
It also creates a simple graphical user interface with a window in which
to view the environment and buttons to control stepping through the
simulation.
Constructor Summary | |
MinnowApp()
|
Method Summary | |
static void |
main(java.lang.String[] args)
Starts the Minnow program. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MinnowApp()
Method Detail |
public static void main(java.lang.String[] args)
|
Minnow Project | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |