Class AbstractFrame

    • Constructor Detail

      • AbstractFrame

        public AbstractFrame()
        Constructor declaration
    • Method Detail

      • getIconsPath

        public String getIconsPath()
        Method declaration
        Returns:
      • addTop

        public void addTop​(String top)
        add a string on the top of the frame.
        Specified by:
        addTop in interface Frame
      • getTop

        public String getTop()
        Method declaration
        Returns:
      • addBottom

        public void addBottom​(String bottom)
        add a string on the bottom of the frame.
        Specified by:
        addBottom in interface Frame
      • getBottom

        public String getBottom()
        Method declaration
        Returns:
      • addTitle

        public void addTitle​(String title)
        Method declaration
        Specified by:
        addTitle in interface Frame
        Parameters:
        title -
      • getTitle

        public String getTitle()
        Method declaration
        Returns:
      • hasMiddle

        public boolean hasMiddle()
        Method declaration
        Returns:
      • setMiddle

        public void setMiddle()
        Method declaration