net.infonode.gui.layout
public class StretchLayout extends Object implements LayoutManager
Field Summary | |
---|---|
static StretchLayout | BOTH |
Constructor Summary | |
---|---|
StretchLayout() | |
StretchLayout(boolean horizontal, boolean vertical) |
Method Summary | |
---|---|
void | addLayoutComponent(String name, Component comp) |
void | layoutContainer(Container parent) |
Dimension | minimumLayoutSize(Container parent) |
Dimension | preferredLayoutSize(Container parent) |
void | removeLayoutComponent(Component comp) |