I have java application in which applets are used. This application is meant to work on IE6 and JRE1.4 but now with upgrades available applets used in application is giving problem.
ISSUE: i click on a button in my application to view an image, then the applet opens and i see the image. I close the applet and click on button to view another image but previous image comes up in the applet. The JRE loading image which comes up on applet start doesn't come the second time. If i wait for a min or two i can see JRE icon disappear from the taskbar tray and then if i view my second image it shows the correct one. Can anyone tell me how can i make applet reload itself after i close the applet window???
Sourav Acharya wrote:ok thanks but any solution to my problem
Hmm. What do you mean by 'make applet reload itself'? Cannot help further without additional details like relevant code.
Sourav Acharya
Greenhorn
Joined: Aug 23, 2012
Posts: 6
posted
0
by reload itself i mean i want evrytime i close the browser the the applet should stop, destroy anythng it is caching and close, when i view the doc next time a java applet should start again.