May 30, 2006 #1 nicsin Programmer Jul 31, 2003 743 GB Hi all, is there a way to trap and process when an applet unloads? Thanks, nicsin
May 30, 2006 #2 timw Programmer May 3, 2000 1,264 GB Override the destroy() method of java.applet, perhaps? Tim Upvote 0 Downvote
May 31, 2006 #3 Diancecht Programmer Jan 8, 2004 4,042 ES I'm curious about this, what are you trying to achieve? Cheers, Dian Upvote 0 Downvote
May 31, 2006 Thread starter #4 nicsin Programmer Jul 31, 2003 743 GB Thanks Tim. I didn't even think about that...oops. Dian, when the applet unloads, it should send a message to a service through a socket. Long story... Upvote 0 Downvote
Thanks Tim. I didn't even think about that...oops. Dian, when the applet unloads, it should send a message to a service through a socket. Long story...