Class MigratorFrame

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

public class MigratorFrame extends JFrame implements ActionListener
See Also:
  • Field Details

  • Constructor Details

    • MigratorFrame

      public MigratorFrame()
  • Method Details

    • initGUI

      private void initGUI()
    • createComponents

      private void createComponents()
    • constrainAll

      private void constrainAll()
    • addAllComponentsToContextPane

      private void addAllComponentsToContextPane()
    • createButtonGroup

      private void createButtonGroup()
    • createMigrationLabel

      private void createMigrationLabel()
    • createRadioJCL

      private void createRadioJCL()
    • createRadioLog4j

      private void createRadioLog4j()
    • createRadioJUL

      private void createRadioJUL()
    • createFolderLabel

      private void createFolderLabel()
    • createFolderTextField

      private void createFolderTextField()
    • createBrowseButton

      private void createBrowseButton()
    • createAwareCheckbox

      private void createAwareCheckbox()
    • createAwareLabel

      private void createAwareLabel()
    • createWarningLabel

      private void createWarningLabel()
    • createMigrateButton

      private void createMigrateButton()
    • createFileChooser

      private void createFileChooser()
    • createProgressBar

      private void createProgressBar()
    • disableInput

      public void disableInput()
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener
    • showFileChooser

      void showFileChooser()
    • doSanityAnalysis

      List<String> doSanityAnalysis()
    • showDialogBox

      void showDialogBox(List<String> errorList)
    • isDirectory

      boolean isDirectory(String filename)