TOC PREV NEXT INDEX



GridBag Layout


The GridBag Layout is the most flexible and versatile layout among the AWT Layout Managers. Once a set of parts have been added, the user can specify a set of constraints to be applied to each part to indicate how the parts should be laid out with respect to each other.

A GridBag Layout starts out with a single Empty Space. The user can add or remove Empty Spaces, as well as change the order of parts using the buttons at the top of the properties page. The rest of the properties page is a table which shows the constraints for each part that is placed in the layout. Any of these constraints can be edited in this table.

The GridBag Constraints are


Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX