Class LogPanel

    • Field Detail

      • m_TextArea

        protected BaseTextArea m_TextArea
        the text area for outputting the log.
      • m_ButtonClear

        protected BaseButton m_ButtonClear
        the button for clearing the log.
    • Constructor Detail

      • LogPanel

        public LogPanel()
    • Method Detail

      • initGUI

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

        public void clear()
        Clears the content.
      • append

        public void append​(String msg)
        Appends the log message.
        Parameters:
        msg - the log message
      • getTabIcon

        public Icon getTabIcon()
        Returns the icon to use in the tabbed pane.
        Returns:
        the icon