GridBagLayout.getLayoutDimensions

GridBagLayout.getLayoutDimensions

Class Overview | Class Members | This Package | All Packages

Syntax
public int[][] getLayoutDimensions()
Returns
an array of two arrays, containing the widths of the layout columns and the heights of the layout rows.
Description
Determines column widths and row heights for the layout grid.

Most applications do not call this method directly.