Grid


Description:

public Grid (int rows, int columns)

Creates a new instance of a grid container.

Parameters:

rows

The number of rows in the grid. Must be > 0.

columns

The number of columns in the grid. Must be > 0.