Definitions for "GridBagLayout"
Sun's mother of all layout managers. It is complicated and powerful. To cover it requires a separate entry. Place components on a rough n x m grid. Some components may take up multiple cells. Fine tuning of whitespace around each component and alignment of each component within its grid cell. Requires a lot of tweaking to make it look right. The cells are not necessarily the same size. They adjust to fit the components, based on various hints you give.