Class SimpleMBSDemo1

java.lang.Object
  |
  +--SimpleMBSDemo1

public class SimpleMBSDemo1
extends java.lang.Object

Marine Biology Simulation: The SimpleMBSDemo1 class provides a main method that creates a simulation of a number of fish swimming in a bounded environment. It also creates a simple window in which to view the environment after each timestep in the simulation. Unlike the full version of the simulation program, SimpleMBSDemo does not use an object of the Simulation class.

This class will NOT be tested on the Advanced Placement exam.


Constructor Summary
SimpleMBSDemo1()
           
 
Method Summary
static void main(java.lang.String[] args)
          Start the Marine Biology Simulation program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleMBSDemo1

public SimpleMBSDemo1()
Method Detail

main

public static void main(java.lang.String[] args)
Start the Marine Biology Simulation program. The String arguments (args) are not used in this application.