0

How would you print a jFrame in java?

e.g

JFrame myJFrame = new JFrame("Window");
printClass.print(myJFrame);
mKorbel
  • 109,525
  • 20
  • 134
  • 319

1 Answers1

3

please to read (and try code examples)

mKorbel
  • 109,525
  • 20
  • 134
  • 319