Re: How to refresh an image in applet?
Posted By:
yili_cheng
Posted On:
Monday, June 3, 2002 07:27 AM
You can build a event handler, everytime user do some changes, using repait() method to reload the picture.
Re: How to refresh an image in applet?
Posted By:
Marco_Salghetti
Posted On:
Tuesday, May 21, 2002 04:34 AM
You cannot refresh the image because java keep the image only the first time you open this Applet..It uses a sort of buffer..Bye