GridBagLayout.getConstraints
Class Overview | Class Members |
This Package |
All Packages
public GridBagConstraints getConstraints( Component comp )
Parameters
- comp
- the component to be queried.
Returns
the constraint for the specified component in this
grid bag layout; a copy of the actual constraint
object is returned.
Description
Gets the constraints for the specified component. A copy of
the actual GridBagConstraints object is returned.