Does anyone have any code they want to share showing how to
successfully
print text on a Mac?
here's the code i have now. try not to laugh if it's ignorant
code, i'm
just now learning the java print service.
Learning it from what, a book, a tutorial, or directly from its API
docs?
If you're not working from any tutorial, you should probably just
google for:
java printing tutorial
or use the major classes you want to learn about as keywords:
java tutorial PrintService
Just be aware that one of the Java2D tutorials prints
GradientPaint's, and
since that's one of the failings of printing on Mac OS X Java, that
won't
work as given.