Package evo.search
Class Main
- java.lang.Object
-
- evo.search.Main
-
public class Main extends Object
Main class.- Author:
- jotoh
-
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Main application method.static void
setupEnvironment()
Set up the static properties.
-
-
-
Field Detail
-
APP_TITLE
@NonNls public static final String APP_TITLE
Title of this application.- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
The package version.
-
UNKNOWN_VERSION
@NonNls public static final String UNKNOWN_VERSION
Version to use for unversioned entities.- See Also:
- Constant Field Values
-
HOME_PATH
public static final Path HOME_PATH
Home path of the system wide configuration files.
-
-
Method Detail
-
main
public static void main(String[] args)
Main application method.- Parameters:
args
- cli and application arguments
-
setupEnvironment
public static void setupEnvironment()
Set up the static properties. Installs the swing look and feel.
-
-