RocketBANG
RocketBANG

Reputation: 1

Print a JFrame to a page Java

How would you print a jFrame in java?

e.g

JFrame myJFrame = new JFrame("Window");
printClass.print(myJFrame);

Upvotes: 0

Views: 441

Answers (1)

mKorbel
mKorbel

Reputation: 109815

please to read (and try code examples)

Upvotes: 3

Related Questions