public class JaxoLauncher
extends java.lang.Object
Constructor | Description |
---|---|
JaxoLauncher() |
Modifier and Type | Method | Description |
---|---|---|
void |
launch(boolean showSplashWindow) |
Launches the JaxoDraw GUI.
|
void |
setFilesToOpen(java.lang.String[] files) |
Sets a list of files (absolute path strings) to be opened at start-up.
|
void |
setShutDownHook(JaxoShutDown shutdown) |
Sets a shutdown hook that will be called from the main panel at shutdown.
|
static void |
shutdown(int status) |
Initiates the shutdown procedure via the registered JaxoShutDown handler.
|
public void setFilesToOpen(java.lang.String[] files)
files
- a List of Strings.public void setShutDownHook(JaxoShutDown shutdown)
shutdown
- a JaxoShutDown.public void launch(boolean showSplashWindow)
showSplashWindow
- whether to show the SplashWindow.public static void shutdown(int status)
status
- The exit status code.Licensed under GPL. For more information, see http://jaxodraw.sourceforge.net/license.html or the LICENSE file in the jaxodraw distribution.