infpp.oceanlife
Class OceanTest

java.lang.Object
  extended by infpp.oceanlife.OceanTest

public class OceanTest
extends java.lang.Object

A simple test class for the ocean project. The main method is located here.

Author:
tdu, akue

Constructor Summary
OceanTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          main method sets a new ocean including graphic user interface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OceanTest

public OceanTest()
Method Detail

main

public static void main(java.lang.String[] args)
main method sets a new ocean including graphic user interface

Parameters:
args - the command line arguments (unused in this project)
Throws:
java.lang.Exception