Class PIALoginDialog

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

public class PIALoginDialog extends JFrame
This is a modal dialog wrapper around the PIALoginPanel. This dialog handles the window listener for the window manager "X" in the dialog title command area (will simply call System.exit()). It also handles displaying the dialog in the center of the screen.
Version:
%version: 2 % %date_modified: Thu May 10 09:43:02 2001 %
Author:
kapono
See Also:
  • Constructor Details

    • PIALoginDialog

      public PIALoginDialog(String title)
      Creates a modal dialog containing the PIALoginPanel.
      Parameters:
      title - The title string that appears in the dialog's titlebar
      frame - The parent frame for this dialog. If null, uses the standard Swing default
  • Method Details

    • addChangeListener

      public void addChangeListener(ChangeListener l)
      Add a listener that will be called once a connection is established
      Parameters:
      l - The ChangeListener that gets invoked once a successful connection has been established.
    • removeChangeListener

      public void removeChangeListener(ChangeListener l)
      Remove the listener that was called when a connection was established
      Parameters:
      l - The ChangeListener to remove