在Java框架中打开程序
我想用Java在新框架中打开一个程序,例如:我想用Java打开Notepad.exe,这很简单,但是它打开了一个Notepad.exe窗口,我需要让Notepad.exe在一个内部打开新的jFrame,这可能吗?
我真正需要的是控制这个新窗口的焦点,我试图通过在 jFrame 中打开程序来实现这一点,而不是让它在新窗口中打开。
任何帮助/建议都会非常有帮助。
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 make 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 JDIC,看看它是否符合您的需求。但我认为这是不可能的,我认为 JDIC 仅适用于 ActiveX 文档等。
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.