Do you mean you want to update the list of choices the user sees for
some reason?
The dialog is not customisable in this way so you'd have to write your
own dialog.

Also I wonder how you expect to communicate this intent to the printing
API and ultimately
to the printer driver
For example, on windows you can tell the printer driver to use either
Monochrome
or Color (assuming its color capable) via a GDI DEVMODE setting. There's
no additional B&W setting.
So if for some reason your purpose is to have a purely bilevel output
rather than printing
in shades of grey via half-toning or the like, then I don't see how to
do this except to
control the actual colors that are used and limit them to black and white

So monochrome *IS* B&W - ie use only black ink and the printer just
dithers the black ink
to achieve the perception of grey levels (unless you have a rare printer
which has grey inks)

-phil.


[EMAIL PROTECTED] wrote:

I only know about printing from the tutorial and using it as a service.  I want 
to add to the print menu : Black and White to the picks already there of 
Monochrome and Color.  What is best way to do this.
[Message sent by forum member 'diverdad' (diverdad)]

http://forums.java.net/jive/thread.jspa?messageID=116265

===========================================================================
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".



===========================================================================
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