Setting Windows Application parent container to a Java application
I was wondering if there is a way to em开发者_JAVA百科bed 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?
I think Swing/AWT cannot do this without a (guest program specific) JNI.
Check out SWT and this.
Look into JInternalFrames
精彩评论