Package jexer.layout
Available layout managers.
-
Interface Summary Interface Description LayoutManager A LayoutManager provides automatic positioning and sizing of a TWidget's child TWidgets. -
Class Summary Class Description BoxLayoutManager BoxLayoutManager repositions child widgets based on the order they are added to the parent widget and desired orientation.StretchLayoutManager StretchLayoutManager repositions child widgets based on their coordinates when added and the current widget size.