unc.cdva.riverassault
Class Main

java.lang.Object
  extended by unc.cdva.riverassault.Main

public class Main
extends java.lang.Object

Main class of River Assault

Author:
Guillaume Conte

Field Summary
protected static boolean fullscreen
           
 
Constructor Summary
Main()
           
 
Method Summary
static java.awt.DisplayMode[] getModeList()
          Get a list of all the display modes available
Method found in Jake2 source code ...
static void main(java.lang.String[] args)
          Main method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fullscreen

protected static boolean fullscreen
Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
Main method

Parameters:
args - command line args

getModeList

public static java.awt.DisplayMode[] getModeList()
Get a list of all the display modes available
Method found in Jake2 source code ...

Returns:
array that contains all the available display modes