Sets the number of columns and rows of months that the control will display.
public void setDimensions( Dimensions dimensions )
public void setDimensions( int rows, int columns )
dimensions
A Dimensions object that contains the dimensions of the control. By default, the control displays one row and one column of months.
rows
An integer that represents the number of rows to display.
columns
An integer that represents the number of columns to display.
Sets the number of columns and rows of months that the control will display. By default, the control will display one row and one column of months.
See Also getDimensions