Printing in Java

1 post / 0 new
Offline
Last seen: 17 years 4 months ago
Joined: Dec 20 2003 - 10:38
Posts: 89
Printing in Java

Can somebody write Java code to print a file?

I have a string that I want to print as a normal .txt file, I know how to write this string to a file on a disk which I can then open and print from a text editor, but how do I print it directly from my application?

Thanks