Class ConnectionDialogHipo

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

public class ConnectionDialogHipo extends BasicDialog
Author:
gavalian
See Also:
  • Field Details

  • Constructor Details

    • ConnectionDialogHipo

      public ConnectionDialogHipo()
      Create the panel for selected
  • Method Details

    • createCenterComponent

      protected Component createCenterComponent()
      Description copied from class: BasicDialog
      Override to create the component that goes in the center. Usually this is the "main" component.
      Overrides:
      createCenterComponent in class BasicDialog
      Returns:
      the component that is placed in the center
    • reason

      public int reason()
    • handleCommand

      public void handleCommand(String command)
      Description copied from class: BasicDialog
      A closeout button was hit. The default behavior is to shutdown the dialog.
      Overrides:
      handleCommand in class BasicDialog
      Parameters:
      command - the label on the button that was hit.
    • getFileName

      public String getFileName()
    • getIpAddress

      public String getIpAddress()
    • getAddressString

      public String getAddressString()
    • getConnectionType

      public int getConnectionType()
    • main

      public static void main(String[] arg)