Class AbstractBox

    • Constructor Detail

      • AbstractBox

        public AbstractBox​(Layout<? extends Constraints> layout)
        Layout constructor.
        Parameters:
        layout - The layout definition for the container.
        Throws:
        java.lang.NullPointerException - if the given layout is null.