Class MessagePanel

    • Field Detail

      • m_LabelMessage

        protected JLabel m_LabelMessage
        the label for displaying the message.
    • Constructor Detail

      • MessagePanel

        public MessagePanel()
    • Method Detail

      • initGUI

        protected void initGUI()
        Initializes the widgets.
        Overrides:
        initGUI in class BasePanel
      • setMessage

        public void setMessage​(String value)
        Sets the message to display.
        Parameters:
        value - the message
      • getMessage

        public String getMessage()
        Returns the currently displayed message.
        Returns:
        the message