- <init>
Creates a grid bag layout manager.
- setConstraints
Sets the constraints for the specified component in this layout.
- getConstraints
Gets the constraints for the specified component. A copy of the actual
GridBagConstraints object is
- addLayoutComponent
Adds the specified component with the specified name to the layout.
- invalidateLayout
Invalidates the layout, indicating that if the layout manager has cached
information it should be di
- preferredLayoutSize
Determines the preferred size of the parent container using this grid bag
layout. Most applications
- minimumLayoutSize
Determines the minimum size of the parent container using this grid bag layout.
Most applications d
- removeLayoutComponent
Removes the specified component from this layout. Most applications do not call
this method directly
- add
- getLayoutDimensions
Determines column widths and row heights for the layout grid. Most applications
do not call this met
- toString
Returns a string representation of this grid bag layout's values.