Class InputDialog

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
com.dandymadeproductions.ajqvue.utilities.InputDialog
All Implemented Interfaces:
ImageObserver, MenuContainer, PropertyChangeListener, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class InputDialog extends JDialog implements PropertyChangeListener
The InputDialog class is used to create a custom input dialog box.

Note! - This class extends JDialog and is not disposed on window closing, or on action buttons. Insure to dispose this object when finished.
See Also: