Class Main

java.lang.Object
  extended by Main

public class Main
extends java.lang.Object

Main

This classes creates the main user interface of Cismo

Copyright(c) 2005 Université Laval, LSFM research group.

Version:
1.0
Author:
Nicolas Richard
See Also:
ui#MainFrame

Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Creates the main user interface of Cismo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
Creates the main user interface of Cismo

Parameters:
args - command line arguments, if any
See Also:
ui#MainFrame