public class NegoGUIApp
extends org.jdesktop.application.SingleFrameApplication
Modifier and Type | Field and Description |
---|---|
static NegoGUIView |
negoGUIView |
Constructor and Description |
---|
NegoGUIApp() |
Modifier and Type | Method and Description |
---|---|
protected void |
configureWindow(java.awt.Window root)
This method is to initialize the specified window by injecting resources.
|
static NegoGUIApp |
getApplication()
A convenient static getter for the application instance.
|
static java.lang.String |
getClassName() |
static CommandLineOptions |
getOptions() |
static void |
main(java.lang.String[] args)
Main method launching the application.
|
protected void |
startup()
At startup createFrom and show the main frame of the application.
|
getMainFrame, getMainView, setMainFrame, show, show, show, show, shutdown
addExitListener, end, exit, exit, getContext, getExitListeners, getInstance, getInstance, hide, initialize, launch, quit, ready, removeExitListener
public static NegoGUIView negoGUIView
protected void startup()
startup
in class org.jdesktop.application.Application
protected void configureWindow(java.awt.Window root)
configureWindow
in class org.jdesktop.application.SingleFrameApplication
public static NegoGUIApp getApplication()
public static void main(java.lang.String[] args)
public static java.lang.String getClassName()
public static CommandLineOptions getOptions()