The GridBagLayoutInfo is an utility class for
GridBagLayout layout manager.
The GridBagLayoutInfo is an utility class for
GridBagLayout layout manager.
It stores align, size and baseline parameters for every component within a container.
pack-private GridBagLayoutInfo
(int width, int height)
Creates an instance of GridBagLayoutInfo representing GridBagLayout
grid cells with it's own parameters.
Creates an instance of GridBagLayoutInfo representing GridBagLayout grid cells with it's own parameters.
Parameters: - width - the columns
- height - the rows
Since:
6.0