Class AboutBoxPanel

    • Field Detail

      • m_PanelImage

        protected JPanel m_PanelImage
        the panel for the image.
      • m_LabelImage

        protected JLabel m_LabelImage
        the label displaying the image.
      • m_PanelTitle

        protected JPanel m_PanelTitle
        the panel for the title, copyright, etc.
      • m_PanelModules

        protected JPanel m_PanelModules
        the panel with the modules.
      • m_ScrollPane

        protected BaseScrollPane m_ScrollPane
        the scroll pane for the modules.
    • Constructor Detail

      • AboutBoxPanel

        public AboutBoxPanel()
    • Method Detail

      • initGUI

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

        public void setImage​(String name)
        Sets the image to display.
        Parameters:
        name - the name of the image
      • addInfo

        public void addInfo​(String info)
        Adds a label with the info.
        Parameters:
        info - the information to display