Class JDialogFileInfoMinc

All Implemented Interfaces:
DialogDefaultsInterface, ActionListener, FocusListener, ItemListener, WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class JDialogFileInfoMinc extends JDialogText
Text dialog filled with the a minc image's file info. Also has a button to initiate anonymization.
Author:
mccreedy
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Use serialVersionUID for interoperability.
      See Also:
  • Constructor Details

    • JDialogFileInfoMinc

      public JDialogFileInfoMinc(Frame parent, String title)
      Constructs resizable dialog with text area in the middle.
      Parameters:
      parent - Parent frame.
      title - Title of dialog frame.
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent event)
      Converts the file infos to FileInfoDicoms.
      Specified by:
      actionPerformed in interface ActionListener
      Overrides:
      actionPerformed in class JDialogText
      Parameters:
      event - Event that triggers this function.
    • addAnonymizeButton

      private void addAnonymizeButton()
      Creates the anonymization button and adds it to the button panel.