Class ConfigurerWindow

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

public class ConfigurerWindow extends JDialog
A Window for displaying a Configurer. The title of the window changes with the name of the Configurer
See Also:
Serialized Form
  • Field Details

    • okButton

      protected JButton okButton
    • canButton

      protected JButton canButton
    • cancelled

      protected boolean cancelled
  • Constructor Details

    • ConfigurerWindow

      public ConfigurerWindow(Configurer c)
    • ConfigurerWindow

      public ConfigurerWindow(Configurer c, boolean modal)
  • Method Details

    • isCancelled

      public boolean isCancelled()