I have an applet using ActionListener.
To exit from the applet, I tried System.exit(0), but it does not do anything.
Could someone please enlighten me if there are other methods I should be using, or how I can stop the running threads so that System.exit() can do its work?
To exit from the applet, I tried System.exit(0), but it does not do anything.
Could someone please enlighten me if there are other methods I should be using, or how I can stop the running threads so that System.exit() can do its work?