开发者

Open a program in a Java frame

开发者 https://www.devze.com 2023-03-03 00:40 出处:网络
I want to open a program in a new frame in Java, for example: I want to open the Notepad.exe with Java, that\'s easy, but it opens a Notepad.exe window, I need to m开发者_Python百科ake the Notepad.exe

I want to open a program in a new frame in Java, for example: I want to open the Notepad.exe with Java, that's easy, but it opens a Notepad.exe window, I need to m开发者_Python百科ake the Notepad.exe open inside a new jFrame, is that even possible?

What I really need is to control the focus of this new window, I'm trying to do this by opening the program inside a jFrame, instead of letting it's open in a new Window.

Any help/sugestion would be very helpful.


Take a loook at JDIC to see if it fits your needs. I don't think that would be possible though, I think JDIC works only for ActiveX docs and such.

0

精彩评论

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

关注公众号