Class PickablePortListDialog

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

public class PickablePortListDialog extends JDialog implements ActionListener
This class defines a popup dialog for selecting a port when the user didn't pick a port from a JTable previously.
See Also:
  • Constructor Details

    • PickablePortListDialog

      public PickablePortListDialog(Window parent, TableModel portListModel)
  • Method Details