Class MBSGUI

java.lang.Object
  |
  +--MBSGUI

public class MBSGUI
extends java.lang.Object

Marine Biology Simulation: The MBSGUI class provides a main method for a version of the AP Computer Science Marine Biology Simulation with a graphical user interface.

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

See Also:
DisplayMap, MBSGUIFrame

Constructor Summary
MBSGUI()
           
 
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

MBSGUI

public MBSGUI()
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.