Reputation: 1
How would you print a jFrame in java?
e.g
JFrame myJFrame = new JFrame("Window");
printClass.print(myJFrame);
Upvotes: 0
Views: 441
Reputation: 109815
please to read (and try code examples)
lesson Printing
see BufferedImage in the case that you want to printing to the File
Upvotes: 3