Interface PanelBuilderFactory

    • Method Detail

      • setLocalizationBundle

        void setLocalizationBundle​(ResourceBundle aBundle)
        Sets the localization resource bundle for the to-be-created builders. If aBundle is not null, the string parameter of PanelBuilder's various addXXX methods is interpreted as a key for a string in the passed bundle. If aBundle is null, that string parameter is passed as-is.
        Parameters:
        aBundle - the localization resource bundle, may be null.
      • setComponentOrientation

        void setComponentOrientation​(ComponentOrientation anOrientation)
        Sets the component orientation of the to-be-created panels.
        Parameters:
        anOrientation - orientation of the panels created.