GridBagLayout
Class GridBagLayout
- java.lang.Object
-
- java.awt.GridBagLayout
- All Implemented Interfaces:
- LayoutManager, LayoutManager2, Serializable
public class GridBagLayout extends Object implements LayoutManager2, Serializable
The GridBagLayout
class is a flexible layout manager that aligns components vertically, horizontally or along their baseline without requiring that the components be of the same size. Each GridBagLayout
object maintains a dynamic, rectangular grid of cells, with each component occupying one or m