在Java框架中打开程序

发布于 2024-11-05 05:41:01 字数 203 浏览 0 评论 0原文

我想用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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

红墙和绿瓦 2024-11-12 05:41:01

查看 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文