I have an online service which uses a java applet to perform client side task but the user must left open the webpage hosting the applet to let it work, my question is -
if I run this applet locally via an web-browser addon can the user close the webpage and the applet would continue to run in background ?
Also, will launching the applet locally still generate the initial launch security warning ?