Class PairLayout

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

public class PairLayout extends Object implements LayoutManager
LayoutManger for arranging components into exactly two columns. The right column and the left column may have differing widths. Also, each row is the same height, which is the largest of all rows.