Print « Applet « Java Swing Q&A





1. Can a Java Applet use the printer?    stackoverflow.com

Can a Java Applet able to print out text/html easily to standard printer driver(s) (with all common platforms Win/Mac/Linux)? Does it need to be signed?

2. Printing html from an applet    coderanch.com

Hello all, I have an applet that displays JTables with data within them. I would like to be able to print the data in a nice looking formatted way (essentially make a printable report of the data displayed). One idea I have is to make a call to the web server and have it generate an html version of the data ...

3. Printing from Applet    coderanch.com

I don't know anything about making/using applets, I'm just an app guy. With that said, I thought the key to applets was that they couldn't touch the hardware beyond just displaying inside the browser. If thats the problem here, you will have to rely on the browser's print function after you display the table you want printed on the screen. The ...

4. Query regarding Applet Printing.    coderanch.com

5. Why the result of printing out the not-letter chars to console is different from to applets    coderanch.com

Hi dear friends; Once upon a time i wrote a program just to being trained with complicated loops.I write it perfect and the question i am asking is not a real problem, however i like to discuss about that with you professionals and would be very happy if find a good explanation (even a small one ) I will paste two ...

6. AWT Applet for print    java-forums.org