public class NegoGUIApp
extends 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.
|
public static NegoGUIView negoGUIView
protected void startup()
protected void configureWindow(java.awt.Window root)
public static NegoGUIApp getApplication()
public static void main(java.lang.String[] args)
public static java.lang.String getClassName()
public static CommandLineOptions getOptions()