|
-
August 17th, 1999, 03:17 PM
#1
Resizing a applet runtime
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|