Printing Applet graphics to hardcopy

I have search the web for an answer to this problem and I haven't come up with one. Is it possible to send the graphics generated by an applet to an external printer. And if there is a way, would it be possible to have it not only print what is currently being displayed on the screen, but also what off the screen as well, aka. Print everything?

Anybody have this problem?

[401 byte] By [porterhouse91] at [2007-9-26 2:48:22]
# 1
If you want it done using the applet I don't know how to use the printer from an applet, but you can use the PrintScreen button and print that out on your computer...
AnyoneEB at 2007-6-29 10:33:38 > top of Java-index,Desktop,Core GUI APIs...