Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java thread: printing


Message #1 by "andrew" <andrewhe@t...> on Mon, 1 Jul 2002 15:40:26
Howdy,

if you want to terminate your printJob have the printable objects print 
method return Printable.NO_SUCH_PAGE. You'll need to check out the 
java.awt.print package for more information on printing.

Also, for a more in depth look at printing in general, check out this URL:

http://developer.java.sun.com/developer/onlineTraining/Programming/JDCBook/
advprint.html

Good luck,

Tripp

  Return to Index