Class RowLayout

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

public class RowLayout 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.