denapp2
クラス DenApp2App

java.lang.Object
  上位を拡張 org.jdesktop.application.AbstractBean
      上位を拡張 org.jdesktop.application.Application
          上位を拡張 org.jdesktop.application.SingleFrameApplication
              上位を拡張 denapp2.DenApp2App

public class DenApp2App
extends org.jdesktop.application.SingleFrameApplication

The main class of the application.


入れ子のクラスの概要
 
クラス org.jdesktop.application.Application から継承された入れ子のクラス/インタフェース
org.jdesktop.application.Application.ExitListener
 
コンストラクタの概要
DenApp2App()
           
 
メソッドの概要
protected  void configureWindow(java.awt.Window root)
          This method is to initialize the specified window by injecting resources.
static DenApp2App 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.
 
クラス org.jdesktop.application.SingleFrameApplication から継承されたメソッド
getMainFrame, getMainView, setMainFrame, show, show, show, show, shutdown
 
クラス org.jdesktop.application.Application から継承されたメソッド
addExitListener, end, exit, exit, getContext, getExitListeners, getInstance, getInstance, hide, initialize, launch, quit, ready, removeExitListener
 
クラス org.jdesktop.application.AbstractBean から継承されたメソッド
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DenApp2App

public DenApp2App()
メソッドの詳細

startup

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

定義:
クラス org.jdesktop.application.Application 内の startup

configureWindow

protected void configureWindow(java.awt.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.

オーバーライド:
クラス org.jdesktop.application.SingleFrameApplication 内の configureWindow

getApplication

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

戻り値:
the instance of DenApp2App

main

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