Class NetEditorDlg

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

public class NetEditorDlg extends JDialog implements ActionListener
Global option dialog.
See Also:
  • Constructor Details

    • NetEditorDlg

      public NetEditorDlg(JDialog parent, NetEditor iE)
      Construct an NetEditorDlg.
      Parameters:
      parent - Parent dialog
      iE - Parent editor
    • NetEditorDlg

      public NetEditorDlg(JFrame parent, NetEditor iE)
      Construct an NetEditorDlg.
      Parameters:
      parent - Parent frame
      iE - Parent editor
  • Method Details