gumbo.app
Class RootWindow

java.lang.Object
  |
  +--gumbo.util.AbstractDisposable
        |
        +--gumbo.app.MainWindow
              |
              +--gumbo.app.RootWindow
All Implemented Interfaces:
Disposable

public class RootWindow
extends MainWindow

A main window intended for use as the root application window. As such, the only window type is a frame window, and the default close action is EXIT_ON_CLOSE.

Version:
$Revision: 1.1 $
Author:
Jon Barrilleaux (jonb@jmbaai.com) of JMB and Associates Inc.

Constructor Summary
RootWindow(javax.swing.JFrame window, java.lang.String appName)
          Creates an instance.
 
Methods inherited from class gumbo.app.MainWindow
getContentPane, getMenuBar, getStatusBar, getStatusText, getTitleText, getToolBar, getWindowGraphic, getWindowName, implDispose, initWindowGraphic, pack, setDefaultCloseOperation, setMainArea, setStatusText, setTitleText, setVisible, setWindowName, showProblemMessage, showProblemMessage
 
Methods inherited from class gumbo.util.AbstractDisposable
dispose, isDisposed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootWindow

public RootWindow(javax.swing.JFrame window,
                  java.lang.String appName)
Creates an instance.

Parameters:
window - The delegate window. Never null.
appName - The application name used in the title bar and error messages. None if null.