I was wondering if there is a way to embed a windows application like photoshop inside a java application? More specifically I would like to set the parent container of the windows application to a JPanel or JFrame. Is this possible?
Asked
Active
Viewed 434 times
2 Answers
-1
Look into JInternalFrames

ChadNC
- 2,528
- 4
- 25
- 39
-
Thanks for the answer, but JInternalFrames is more for internal java panes, not for embedding windows applications. – asawilliams Nov 12 '09 at 16:51
-
Looking at the docs for JInternalFrames, it does not seem apparent how I would embed a Windows application like Word, Photoshop, or Firefox. Can you explain a little more in your post how you did it? – asawilliams Nov 12 '09 at 17:09