printing information in a gui
Hi I want to be able to do a printout of some information that I have in gui. Does any body know any code that I could use or if there is any documentation on how to do it. I know that you can do printouts of tables but I haven't been able to find any documentation on print outs of information contained in a gui.
I don't want to do print screen because ideally I would like to transfer the infromation that I have in some jtextfields at the top of the page into jtextfields at the bottom of the page that are contained in jpanel and then print out the contents of the jpanel, which would contain all of the data, but I would be able to make it look more presentable for the use that I have.
PS I do not mean can I display information on the gui (i.e. println) I mean a literal paper print out of the information contained in the gui.

