Interface LayoutManager

    • Method Detail

      • setPanel

        void setPanel​(JSPanel panel)
        Sets the panel managed by this layout manager
        Parameters:
        panel - The panel
      • resetPanel

        void resetPanel​(JSPanel panel)
        Resets the panel managed by this layout manager (all custom configurations will be removed)
        Parameters:
        panel - The panel
      • addInPanel

        void addInPanel​(JSPanel panel,
                        JSComponent component,
                        java.lang.Object constraints)
        Add a component in a panel
        Parameters:
        panel - The panel
        component - The component
        constraints - The constraints