Computer Science Canada GUI Output to a printer |
Author: | nickk [ Sat Jul 14, 2007 4:26 pm ] |
Post subject: | GUI Output to a printer |
I am using netbeans 5.5. I have a very complex program that uses mainly GUI forums. I have found a way to output to a printer using ".printAll(), .setPrintable()" etc, but i cannot figure out how to intergrate this into a gui forum, or use non GUI and import variables from a GUI forum. This is the code example that i found that can output to a printer: http://web.fccj.edu/~phillips/Classes/COP2805_Advance_JAVA_Programming/Printer%20Example%20Java/PrintSample.java If anyone can help that would be awesome. |