| |
|
| java.lang.Object tools.tracesviewer.PercentLayout
PercentLayout | public class PercentLayout implements LayoutManager2(Code) | | Lays out components within a Container such that each component takes a fixed percentage of the size.
Each Component added to the Container must have a Constraint object that specifies what proportion
of the container it will fill. The Component will be stretched to fill exactly that percentage.
See Also: Constraint |
removeLayoutComponent | public void removeLayoutComponent(Component component)(Code) | | |
|
|
|