Class Panels
java.lang.Object
com.googlecode.lanterna.gui2.Panels
Utility class for quickly bunching up components in a panel, arranged in a particular pattern
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PanelCreates a newPanelwith aGridLayoutlayout manager and adds all the components passed instatic Panelhorizontal(Component... components) Creates a newPanelwith aLinearLayoutlayout manager in horizontal mode and adds all the components passed instatic PanelCreates a newPanelwith aLinearLayoutlayout manager in vertical mode and adds all the components passed in
-
Constructor Details
-
Panels
private Panels()
-
-
Method Details
-
horizontal
-
vertical
-
grid
-