How to print Netscape screens that contain applets -------------------------------------------------- To capture a screen from Netscape that only contains text, use the Netscape `print' button. To capture a screen from Netscape that contains graphics from a Java applet, do the following: - In your terminal window, type `xwd > screen.xwd' but DON'T press Enter yet. - Uncover the Netscape window completely. - Move the mouse back to your terminal window and press Enter now (without covering the Netscape window). - The mouse will change to a cross; move it to the Netscape window and click. - After you hear the SECOND beep, move back to the terminal window; the prompt should reappear shortly. Now type xpr -device ps < screen.xwd > screen.ps - `screen.ps' is a Postscript file of the Netscape window. You can view it with `ghostview screen.ps' or print it with `lpr screen.ps'.