jQuery in Action, 2nd edition
The moose likes Swing / AWT / SWT and the fly likes How to print JComponents Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "How to print JComponents" Watch "How to print JComponents" New topic
Author

How to print JComponents

tausahmed ahmed
Greenhorn

Joined: Dec 19, 2002
Posts: 15
How do i print JComponents like JLabel, JTextField, JTable all on one page.
Nathan Pruett
Bartender

Joined: Oct 18, 2000
Posts: 4121

The Java Tutorial on Sun's website has a section on printing that covers printing components... have you looked at that yet?


-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to print JComponents
 
Similar Threads
Using PrinterJob to print graphic?
Dynamically adding JCombox boxes and JTabbedpane
Hi anyone got idia how to add gardient colors to a JComponent
JTextPanes
How to print JComponents