Hi,
Please excuse if this post should not appear under this topic. I’m doing some drawing on a panel in a JFrame that’s created from an applet. When a button is pressed on the applet a Window pops up and there are various components and drawings on that panel.
Everything works great when the page is first loaded. When I leave the page to go to say www.google.com then click the back button to return to the page, the JFrame no longer displays the components, draw anything or recognize any events sent to Swing components on this JFrame.
What is being done when I leave my page in IE to go to a different one then click back? What should I do or check to make sure my applet works correctly when I leave then return to the page?
Devyn