Applet.resize

Applet.resize

Class Overview | Class Members | This Package | All Packages

Syntax 1
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



Syntax 2
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