0

How would you print a jFrame in java?

e.g

JFrame myJFrame = new JFrame("Window");
printClass.print(myJFrame);
mKorbel
  • 109,107
  • 18
  • 130
  • 305

1 Answers1

3

please to read (and try code examples)

mKorbel
  • 109,107
  • 18
  • 130
  • 305