Class RowColumnLayout

java.lang.Object
ghidra.util.layout.RowColumnLayout
All Implemented Interfaces:
LayoutManager

public class RowColumnLayout extends Object implements LayoutManager
This layout arranges components in rows, putting as many components as possible on a row and using as many rows as necessary. All components are sized the same, the largest width and the largest height of all components. The components prefer to be layout as close to a square as possible.