Modifier and Type | Field and Description |
---|---|
static java.util.ResourceBundle |
RESBUNDLE
The resource bundle containing the string resources for this application.
|
Constructor and Description |
---|
GeomSS()
Constructor for our application that displays the GUI.
|
Modifier and Type | Method and Description |
---|---|
GeomSSGUI |
getGUIApplication()
Return a reference to this program's GUI application or null if we are
running in batch mode.
|
AppPreferences |
getPreferences()
Return a reference to the user preferences for this application or null
if no preferences class has been stored.
|
java.util.ResourceBundle |
getResourceBundle()
Returns the resource bundle stored with this application.
|
static void |
main(java.lang.String[] args)
Entry point for this application.
|
static void |
run_batch(java.lang.String[] args)
Runs the application in batch mode.
|
public static final java.util.ResourceBundle RESBUNDLE
public GeomSS() throws java.lang.Exception
java.lang.Exception
- if there is any problem starting the program.public static void main(java.lang.String[] args)
args
- Command line arguments.public static void run_batch(java.lang.String[] args)
args
- Command line argumentspublic final java.util.ResourceBundle getResourceBundle()
MainApp
getResourceBundle
in interface MainApp
public final GeomSSGUI getGUIApplication()
MainApp
getGUIApplication
in interface MainApp
public final AppPreferences getPreferences()
MainApp
getPreferences
in interface MainApp