Class HorizontalLayout

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

public class HorizontalLayout extends Object implements LayoutManager
LayoutManager for arranging components in a single row. All components retain their preferred widths, but are sized to the same height.