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?
Thanks for the answer, but JInternalFrames is more for internal java panes, not for embedding windows applications.
asawilliams
2009-11-12 16:51:30
I've done just that with them before but whatever.
ChadNC
2009-11-12 17:00:38
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
2009-11-12 17:09:10