AndrewFo
August 17th, 1999, 03:17 PM
Is there a way to resize an applet outside of the init() method? I am trying to write a simple applet (no AWT) which when an event is fired at it, ShowPicture(URL), the applet resizes to the size of the image. I am using 'resize( m_Image.getWidth( this ), m_Image.getHeight( this ) ) ;' in that method, but the applet does not change size. Is this possible?