AP® Computer Science Marine Biology Simulation

Class MBSGUI

java.lang.Object
  |
  +--MBSGUI

public class MBSGUI
extends java.lang.Object

AP® Computer Science 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.

The MBSGUI class is copyright© 2002 College Entrance Examination Board (www.collegeboard.com).

Version:
1 July 2002
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.

AP® Computer Science Marine Biology Simulation

Copyright© 2002 College Entrance Examination Board