Class DefaultApplicationFrame

    • Constructor Detail

      • DefaultApplicationFrame

        public DefaultApplicationFrame()
        Default constructor.
      • DefaultApplicationFrame

        public DefaultApplicationFrame​(Component component)
        Component constructor.
        Parameters:
        component - The single child component, or null if this frame should have no child component.
    • Method Detail

      • getBasePlainLabel

        protected java.lang.String getBasePlainLabel()
        Retrieves the plain-text base title to use when constructing a label.

        This implementation returns a string reference to the application name.

        Specified by:
        getBasePlainLabel in class AbstractApplicationFrame
        Returns:
        A base plain-text string to use when constructing a label, or null if there is no base label.
        See Also:
        AbstractApplicationFrame.updateLabel()