How can I create an application that will print whataver is on the screen
to the default printer?
thanks in advance
Printable View
How can I create an application that will print whataver is on the screen
to the default printer?
thanks in advance
JDK2 has very good API for printing capabilities. There is special package
java.awt.print in Java2. You can read the best tutorial on java developer
connection.
"ALEX" <cad1374@yahoo.com> wrote:
>
>How can I create an application that will print whataver is on the screen
>to the default printer?
>
>thanks in advance