Sets the number of rows in a multiline edit box.
public void setRows( int rows )
rows
The number of rows.
WFCInvalidArgumentException thrown if the rows parameter is less than or equal to 0 or if the rows parameter is greater than 1 and the edit box style is not multiline.
See Also getRows