Applet.resize
Class Overview | Class Members |
This Package |
All Packages
public void resize( int width,
int height )
Parameters
- width
- the new requested width for the applet.
- height
- the new requested height for the applet.
Description
Requests that this applet be resized.
Overrides
resize in class Component
public void resize( Dimension d )
Parameters
- d
- an object giving the new width and height.
Description
Requests that this applet be resized.
Overrides
resize in class Component