Class IndependentDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants
Direct Known Subclasses:
PropertyDialog

public class IndependentDialog extends JDialog
Provides common Linvalid input: '&F' for managing independent dialogs Takes RootPaneContainer as parent, to work with both applet and app Will reset Linvalid input: '&F' example of use: infoWindow = new IndependentDialog(topLevel.getRootPaneContainer(), false, "Dataset Information"); datasetInfoTA = new TextHistoryPane(500, 100, true); Container cp = infoWindow.getContentPane(); cp.add(datasetInfoTA, BorderLayout.CENTER); infoWindow.pack(); infoWindow.setSize(700,700); infoWindow.setLocation(100,100);
Version:
$Id: IndependentDialog.java,v 1.9 2007/07/06 20:45:31 jeffmc Exp $
Author:
John Caron
See Also:
  • Constructor Details

    • IndependentDialog

      public IndependentDialog(RootPaneContainer parent, boolean modal, String title)
      Constructor
      Parameters:
      parent - JFrame (application) or JApplet (applet)
      modal - is modal
      title - Window title
    • IndependentDialog

      public IndependentDialog(JFrame parent, boolean modal, String title)
      Constructor
      Parameters:
      parent - JFrame (application) or JApplet (applet)
      modal - is modal
      title - Window title
    • IndependentDialog

      public IndependentDialog(JDialog parent, boolean modal, String title)
      Constructor
      Parameters:
      parent - JFrame (application) or JApplet (applet)
      modal - is modal
      title - Window title
    • IndependentDialog

      public IndependentDialog(RootPaneContainer parent, boolean modal, String title, Component comp)
      _more_
      Parameters:
      parent -
      modal -
      title -
      comp -