Minnow Project

Class MinnowApp

java.lang.Object
  |
  +--MinnowApp

public class MinnowApp
extends java.lang.Object

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.

Version:
1 September 2002

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

MinnowApp

public MinnowApp()
Method Detail

main

public static void main(java.lang.String[] args)
Starts the Minnow program. The String arguments (args) are not used in this application.

Minnow Project

Copyright© 2002-2003 Alyce Brady