Class PNCOtherResourcesDlg

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

public class PNCOtherResourcesDlg extends JDialog implements ActionListener
This dialog is used to show the other services accessing the same resources.
Author:
mchellam
See Also:
  • Field Details

    • newPanel

      protected JPanel newPanel
  • Constructor Details

    • PNCOtherResourcesDlg

      public PNCOtherResourcesDlg(JTextArea otherServices, String dialogTitle, boolean isModal)
      Constructor
      Parameters:
      otherServices -
      dialogTitle -
      isModal -
  • Method Details

    • init

      protected void init(JTextArea otherServices)
      Initializes the dialog
      Parameters:
      otherServices -
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      actionPerformed implemenation.
      Specified by:
      actionPerformed in interface ActionListener