Class IndependentWindow

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class IndependentWindow extends JFrame
Provides common Linvalid input: '&F' for managing independent windows. Will reset Linvalid input: '&F'. example:
    infoWindow = new IndependentWindow("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: IndependentWindow.java,v 1.14 2007/07/06 20:45:31 jeffmc Exp $
Author:
John Caron
See Also:
  • Constructor Details

    • IndependentWindow

      public IndependentWindow(String title)
      constructor
      Parameters:
      title - Window title
    • IndependentWindow

      public IndependentWindow(String title, Component comp)
      _more_
      Parameters:
      title -
      comp -
  • Method Details

    • show

      public void show()
      _more_
      Overrides:
      show in class Window
    • showWaitCursor

      public void showWaitCursor()
      _more_
    • showNormalCursor

      public void showNormalCursor()
      _more_