nxceestiViewAndControl
Class App

java.lang.Object
  extended by org.jdesktop.application.AbstractBean
      extended by org.jdesktop.application.Application
          extended by org.jdesktop.application.SingleFrameApplication
              extended by nxceestiViewAndControl.App

public class App
extends org.jdesktop.application.SingleFrameApplication

Peamine klass


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jdesktop.application.Application
org.jdesktop.application.Application.ExitListener
 
Constructor Summary
App()
           
 
Method Summary
protected  void configureWindow(java.awt.Window root)
           
static App getApplication()
           
static void main(java.lang.String[] args)
           
protected  void startup()
           
 
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

App

public App()
Method Detail

startup

protected void startup()
Specified by:
startup in class org.jdesktop.application.Application

configureWindow

protected void configureWindow(java.awt.Window root)
Overrides:
configureWindow in class org.jdesktop.application.SingleFrameApplication

getApplication

public static App getApplication()

main

public static void main(java.lang.String[] args)