LayoutManager2.addLayoutComponent
Interface Overview | Interface Members |
This Package |
All Packages
public abstract void addLayoutComponent( Component comp,
Object constraints )
Parameters
- comp
- the component to be added
- constraints
- where/how the component is added to the layout.
Description
Adds the specified component to the layout, using the specified
constraint object.