Class LicensingInfoDialog

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

public class LicensingInfoDialog extends JDialog implements ActionListener
Dialog to show licensing info
See Also:
  • Constructor Details

    • LicensingInfoDialog

      public LicensingInfoDialog(Frame owner, String title, Map map, List licenses)
      Construct the dialog used to control the export portion of the UDC upgrade process.
      Parameters:
      owner - The container from which this dialog is called.
      title - The text to be displayed as the dialog title.
  • Method Details

    • showDialog

      public static void showDialog(Frame owner, String title, Map info, List licenses)
      Launch the Export dialog
      Parameters:
      owner - The container from which this dialog is called.
      title - The text to be displayed as the dialog title.
    • actionPerformed

      public void actionPerformed(ActionEvent event)
      Perform the necessary tasks depending upon the given event.
      Specified by:
      actionPerformed in interface ActionListener