public class JNormalizApplication
extends org.jdesktop.application.SingleFrameApplication
Constructor and Description |
---|
JNormalizApplication() |
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 JNormalizApplication |
getApplication()
A convenient static getter for the application instance.
|
static void |
main(java.lang.String[] args)
Main method launching the application.
|
protected void |
startup()
At startup create 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
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 JNormalizApplication getApplication()
public static void main(java.lang.String[] args)