开发者

Setting Windows Application parent container to a Java application

开发者 https://www.devze.com 2022-12-11 01:40 出处:网络
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 appli

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

0

精彩评论

暂无评论...
验证码 换一张
取 消