set_size


Description:

public abstract bool set_size (int width, int height)

Set the size of the this in terms of width and height.

Parameters:

this

an Component

width

width to set for this

height

height to set for this

Returns:

true or false whether the size was set or not