Class JDialogTextGE4X

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

public class JDialogTextGE4X extends JDialogText
This is simple text dialog that displays in the center of the screen. It automatically adjusts the dialog size to the length of the input string.
Version:
0.1 Oct 1, 1998
Author:
Matthew J. McAuliffe, Ph.D.
See Also:
  • Field Details

    • convertButton

      JButton convertButton
      DOCUMENT ME!
    • fileInfo

      FileInfoBase[] fileInfo
      DOCUMENT ME!
    • image

      ModelImage image
      DOCUMENT ME!
    • slice

      int slice
      DOCUMENT ME!
  • Constructor Details

    • JDialogTextGE4X

      public JDialogTextGE4X(Frame parent, String title, ModelImage _image, int loc)
      Constructs resizable dialog with text area in the middle.
      Parameters:
      parent - Parent frame.
      title - Title of dialog frame.
      _image - DOCUMENT ME!
      loc - DOCUMENT ME!
  • 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.
    • addConvert

      private void addConvert()
      Creates the convert button and adds it to the button panel.
    • addAnonymizeButton

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