is it possible to open a new window from a japplet? right now i m using getAppletContext().showDocument() to open a document, but it closes my applet. anyone know how to open a second window without interfering with the applet? Thanks.
I wrote a java applet and self signed it. When I run it in eclipse or as a executable jar it works fine. But when I upload it, it doesn t do anything. It loads, and the self signed cert warning does ...