net.sf.openv4j.swingui
Class DesktopApplication1

java.lang.Object
  extended by org.jdesktop.application.AbstractBean
      extended by org.jdesktop.application.Application
          extended by org.jdesktop.application.SingleFrameApplication
              extended by net.sf.openv4j.swingui.DesktopApplication1

public class DesktopApplication1
extends org.jdesktop.application.SingleFrameApplication

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

DesktopApplication1

public DesktopApplication1()
Method Detail

getApplication

public static DesktopApplication1 getApplication()
A convenient static getter for the application instance.

Returns:
the instance of DesktopApplication1

main

public static void main(String[] args)
Main method launching the application.

Parameters:
args - DOCUMENT ME!

configureWindow

protected void configureWindow(Window root)
This method is to initialize the specified window by injecting resources. Windows shown in our application come fully initialized from the GUI builder, so this additional configuration is not needed.

Overrides:
configureWindow in class org.jdesktop.application.SingleFrameApplication
Parameters:
root - DOCUMENT ME!

startup

protected void startup()
At startup create and show the main frame of the application.

Specified by:
startup in class org.jdesktop.application.Application


Copyright © 2010 OpenV4J. All Rights Reserved.