jsynoptic.ui
Class Run
java.lang.Object
jsynoptic.ui.Run
public class Run
- extends java.lang.Object
This is the main class for jsynoptic, the entry point of the program java
jsynoptic.Run [options]
Please compile this class with javac -target 1.1, so as to generate code
compatible with older JVMs. Then, a check is done at start-up to determine if
the VM version is sufficient.
- Version:
- 1.0 2001
- Author:
- Nicolas Brodu
Constructor Summary |
Run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resources
public static MenuResourceBundle resources
- Resources
messageWriter
public static BasicMessageWriter messageWriter
productName
public static java.lang.String productName
fullProductVersion
public static java.lang.String fullProductVersion
userProperties
protected static UserProperties userProperties
plugins
public static java.util.Vector plugins
splashSreen
public static JSynopticSplashSreen splashSreen
Run
public Run()
loadPlugin
protected static void loadPlugin(java.lang.String name)
getProperties
public static UserProperties getProperties()
setUserProperties
public static void setUserProperties(UserProperties userProperties)
main
public static void main(java.lang.String[] args)
- Program main entry point.