Class ColorPickerDialog

    • Field Detail

      • m_PanelPicker

        protected ColorPickerPanel m_PanelPicker
        the color picker panel.
    • Constructor Detail

      • ColorPickerDialog

        public ColorPickerDialog​(Dialog owner,
                                 ImagePanel panel)
        Initializes the dialog.
        Parameters:
        owner - the owning dialog
        panel - the image panel this picker is for
      • ColorPickerDialog

        public ColorPickerDialog​(Frame owner,
                                 ImagePanel panel)
        Initializes the dialog.
        Parameters:
        owner - the owning frame
    • Method Detail

      • initGUI

        protected void initGUI()
        Initializes the widgets.
        Overrides:
        initGUI in class ApprovalDialog
      • finishInit

        protected void finishInit()
        Description copied from class: BaseDialog
        finishes the initialization, by setting size/location.
        Overrides:
        finishInit in class BaseDialog
      • beforeShow

        protected void beforeShow()
        Hook method just before the dialog is made visible.
        Overrides:
        beforeShow in class ApprovalDialog
      • beforeHide

        protected void beforeHide()
        Hook method just before the dialog is hidden.
        Overrides:
        beforeHide in class BaseDialog