Closing html popup where the applet is running ?

Hello,I've got an applet running in a popup window. This applet just convert an image and ask the user where he wants to save the file. when the applet is finished running, can it close the html popup it was running in ? If yes, how ?
[249 byte] By [Plawia] at [2007-10-2 10:23:41]
# 1
I guess that by getting the Window objet using the JSObject class and using the "call" method you can invoke a javascript function,which could do what you want. Of cource you should consider your browser's security settings. Kiros
kiros1979a at 2007-7-13 1:57:01 > top of Java-index,Desktop,Core GUI APIs...