Hi:
I want to supress the print dialog. My understanding is that I can do this
in 1.3 with java.awt.PageAttributes. However, it appears that this is used
in conjunction with java.awt.PrintJob, and not java.awt.print.PrinterJob. As
far as I can see, I can get a Graphics context from a PrintJob, but not a
Graphics2D context. I want to work with a Graphics2D context.
Is there any relationship between a PrinterJob and a PrintJob? Can I get a
Graphics2D object from a PrintJob?
Also, I want to be able to determine the chosen resolution programatically.
It seems I also need a PageAttributes object for this. Is there a way to
determine the chosen resolution using a PrinterJob?
Thanks.
--Laurel

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to