View Single Post
  #2 (permalink)  
Old 07-10-2007, 08:14 PM
JavaBean's Avatar
JavaBean JavaBean is offline
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
If this is an applet, you wont need this because applet sizes are not dynamic. You specify the size inside html files.

If this was a jframe, i would suggest you to get the size of the frame, capture windowResized event, rescale the rectangle dimensions there and call repaint to redraw frame. But for applet i don't think there is a appletResized event.
Reply With Quote