|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.application.AbstractBean
org.jdesktop.application.Application
org.jdesktop.application.SingleFrameApplication
net.sf.openv4j.swingui.DesktopApplication1
public class DesktopApplication1
The main class of the application.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jdesktop.application.Application |
---|
org.jdesktop.application.Application.ExitListener |
Constructor Summary | |
---|---|
DesktopApplication1()
|
Method Summary | |
---|---|
protected void |
configureWindow(Window root)
This method is to initialize the specified window by injecting resources. |
static DesktopApplication1 |
getApplication()
A convenient static getter for the application instance. |
static void |
main(String[] args)
Main method launching the application. |
protected void |
startup()
At startup create and show the main frame of the application. |
Methods inherited from class org.jdesktop.application.SingleFrameApplication |
---|
getMainFrame, getMainView, setMainFrame, show, show, show, show, shutdown |
Methods inherited from class org.jdesktop.application.Application |
---|
addExitListener, end, exit, exit, getContext, getExitListeners, getInstance, getInstance, hide, initialize, launch, quit, ready, removeExitListener |
Methods inherited from class org.jdesktop.application.AbstractBean |
---|
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DesktopApplication1()
Method Detail |
---|
public static DesktopApplication1 getApplication()
public static void main(String[] args)
args
- DOCUMENT ME!protected void configureWindow(Window root)
configureWindow
in class org.jdesktop.application.SingleFrameApplication
root
- DOCUMENT ME!protected void startup()
startup
in class org.jdesktop.application.Application
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |