simogl.main
Class Main

java.lang.Object
  extended by simogl.main.Main

public class Main
extends java.lang.Object

This is the entry point of the JOGL application

Author:
Frank Bruns

Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          The application's main()-method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
The application's main()-method.

Parameters:
args - argument string, not used so far