Windows.print() or FilePrint Command in Java Applet Action Bar hangs IE

Is there a way to print a view from a button in the java applet action bar with internet explorer succesfully?

Subject: windows.print() or FilePrint Command in Java Applet Action Bar hangs IE

@URLOpen(“javascript:window.print()”)

works for me

Subject: RE: windows.print() or FilePrint Command in Java Applet Action Bar hangs IE

Works like a charm.

Thanks!