On Sat, 23 Jan 1999 [EMAIL PROTECTED] wrote:

> i don't think it is in 1.1.6 APIs but 1.2 or Java2 has it std. part of
> SWING.

Basic printing support was introduced in 1.1.x using the java.awt.PrintJob
class. I've been using this for various apps with 1.1.6 for ages.

Also, my pdf generator extends this class to enable apps to "print" into a
PDF file.

Java2 does introduce a new java.awt.print package, which brings in the
concepts of books to the printing capabilities.

> >hi all !!
> >
> >I'm developing a small application in java, and I need to do some
> >printing. I've been looking at jdk 1.1.6 documentation, but I haven't
> >been able to find anything useful. Does anyone knows where is some good
> >info about this ?

-- 
       Peter T Mount [EMAIL PROTECTED]
      Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres
 Java PDF Generator: http://www.retep.org.uk/pdf

Reply via email to