cz.nipax.hippo.pexeso
Class Main

java.lang.Object
  extended by cz.nipax.hippo.pexeso.Main

public class Main
extends java.lang.Object

Class containing only function main. The main function could be part of some other class, but this is a little influence from C/C++ to the author of this code :-)


Field Summary
static boolean OLD_CP
          To work with older classpath
 
Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Creates and shows MainDlg.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OLD_CP

public static final boolean OLD_CP
To work with older classpath

See Also:
Constant Field Values
Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
Creates and shows MainDlg.