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_PanelSearch

        protected SearchPanel m_PanelSearch
        the search panel.
    • Constructor Detail

      • AboutBoxPanel

        public AboutBoxPanel()
    • Method Detail

      • initGUI

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

        protected void finishInit()
        finishes the initialization.
        Overrides:
        finishInit in class BasePanel
      • updateRowHeights

        protected void updateRowHeights()
        Updates the heights of the rows.
      • 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