0

I have created a jFrame with components on it .

Components like jButton, jLabel, jPanel are placed on that jFrame.

I want to export those components to MS-Word file so that I can print them. Is there any way to perform this?

Unheilig
  • 16,196
  • 193
  • 68
  • 98
Bhushan Gadekar
  • 83
  • 1
  • 10
  • 3
    You can paint the frame (and/or its contents) to an image and save that to a file or print the, directly – MadProgrammer Mar 21 '15 at 06:39
  • For [example](http://stackoverflow.com/questions/12575201/how-to-save-a-image-on-jframe/12575259#12575259) or something like this [example](http://stackoverflow.com/questions/12764634/printing-a-jframe-and-its-components/12765916#12765916) if you just want to print it directly... – MadProgrammer Mar 21 '15 at 06:43

0 Answers0