AppletStub.appletResize
Interface Overview | Interface Members | 
  This Package | 
All Packages
 public abstract void appletResize( int width,
                                   int height )
Parameters
-  width 
 -  the new requested width for the applet.
    
 -  height 
 -  the new requested height for the applet.
  
 
Description
 Called when the applet wants to be resized.