View Single Post
  #2 (permalink)  
Old 10-07-2008, 10:42 PM
Norm's Avatar
Norm Norm is offline
Senior Member
 
Join Date: Jun 2008
Location: Heredia, Costa Rica
Posts: 2,225
Norm is on a distinguished road
Quote:
if the Applet is resized
I don't think applets can be resized. They are assigned an area to display in by the browser and it doesn't change.

Try to debug your code by adding some println statements to show values.

Last edited by Norm : 10-07-2008 at 10:45 PM.
Reply With Quote