jsynoptic.ui
Class Run

java.lang.Object
  extended by 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

Field Summary
static java.lang.String fullProductVersion
           
static BasicMessageWriter messageWriter
           
static java.util.Vector plugins
           
static java.lang.String productName
           
static MenuResourceBundle resources
          Resources
static JSynopticSplashSreen splashSreen
           
protected static UserProperties userProperties
           
 
Constructor Summary
Run()
           
 
Method Summary
static UserProperties getProperties()
           
protected static void loadPlugin(java.lang.String name)
           
static void main(java.lang.String[] args)
          Program main entry point.
static void setUserProperties(UserProperties userProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Run

public Run()
Method Detail

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.