Class BoxLayout

All Implemented Interfaces:
GuiComponent, GuiLayout, Cloneable

public class BoxLayout extends AbstractGuiComponent implements GuiLayout, Cloneable
A layout that manages children similar to Swing's BoxLayout. Components are arranged along an Axis and the children are stretched to fit the maximum component width. This is similar to a single column or single row SpringGridLayout and in the future may be deprecated in lieu of that class.