Class UpgradeLogViewer

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

public class UpgradeLogViewer extends JDialog implements ActionListener
This class will display any error or informational messages resulting from the export or import portions of the UDC upgrade process. Also shown is the log file from the export or import process.
See Also:
  • Constructor Details

    • UpgradeLogViewer

      public UpgradeLogViewer(Dialog owner, String title, String mesg, File log)
      Construct the dialog used to display the log file for the UDC upgrade.
      Parameters:
      owner - The container from which this dialog is called.
      title - The text to be displayed as the dialog title.
      mesg - Informational or error messages from the upgrade process.
      log - The log file
  • Method Details

    • showViewer

      public static void showViewer(Dialog owner, String title, String mesg, File log)
      Launch the log viewer
      Parameters:
      owner - The container from which this dialog is called.
      title - The text to be displayed as the dialog title.
      mesg - Informational or error messages from the upgrade process.
      log - The log file
    • actionPerformed

      public void actionPerformed(ActionEvent event)
      Specified by:
      actionPerformed in interface ActionListener