Component.setSize

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

class Component
int
setSize
(
int width
,
int height
)

Parameters

width int

width to set for component

height int

height to set for component

Return Value

Type: int

TRUE or FALSE whether the size was set or not

Meta