All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----gjt.RowLayout
Horizontal orientation must be one of the following:
public RowLayout()
public RowLayout(int gap)
public RowLayout(Orientation horizontalOrient,
Orientation verticalOrient)
public RowLayout(Orientation horizontalOrient,
Orientation verticalOrient,
int gap)
public void addLayoutComponent(String name,
Component comp)
public void removeLayoutComponent(Component comp)
public Dimension preferredLayoutSize(Container target)
public Dimension minimumLayoutSize(Container target)
public void layoutContainer(Container target)
All Packages Class Hierarchy This Package Previous Next Index