Frame.setResizable
Class Overview | Class Members |
This Package |
All Packages
public synchronized void setResizable( boolean resizable )
Parameters
- resizable
- true if this frame is resizable;
false otherwise.
Description
Sets the resizable flag, which determines whether
this frame is resizable.
By default, all frames are initially resizable.
See Also
isResizable