Class JDialogChangeMaskNumber

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

public class JDialogChangeMaskNumber extends JDialogBase
This is a dialog that allows the user to change the mask number on the buttons
Author:
Nish Pandya
See Also:
  • Field Details

    • changeLabel

      private JLabel changeLabel
      this is the text in the Dialog
    • numberField

      private JTextField numberField
      this is the input for the user to enter what number they want to change to
    • changeButton

      private JButton changeButton
      this is the action button to change
    • srcButton

      private JButton srcButton
      this is a ref to the source button so that the text on the button can be changed
    • correspButton

      private JButton correspButton
      this is a ref to the corresponding button becasue they need to be in sync
    • btArrayList

      private ArrayList<Integer> btArrayList
      this is the array list of the texts on the buttons
    • currentMaskNumberIndex

      private int currentMaskNumberIndex
      this represents the current index of the btArrayList
    • color

      private Color[] color
      re f to Color array
    • lutB

      private ModelLUT lutB
      lutB
    • image

      private ModelImage image
      ref to image
    • intensityLockVector

      private Vector<Integer> intensityLockVector
      ref to IntensityLockVector
    • srcValue

      private int srcValue
      src button text number
  • Constructor Details

  • Method Details