Overview | Methods | This Package | All Packages
Sets the width, in pixels, of the panel.
Syntax
public void setWidth( int width )
Parameters
width
An integer that represents the width of the panel.
Exceptions
WFCInvalidArgumentException thrown if the specified value is less than the minimum width.
See Also getWidth