在 JFrame 中打开本机应用程序
我有一个需要打开 edrawings 的全屏应用程序,是否可以在 Java 应用程序中加载 edrawings,以便用户关闭绘图后它将返回全屏应用程序?
I have a fullscreen app that needs to open edrawings, is it at all possible to load edrawings within the Java app so that as soon as the user closes the drawing it will return to the fullscreen app?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,如果应用程序是一个/具有 COM 接口,则这是可能的。
一个例子是 JExplorer,通常可以使用
ComfyJ(不是免费的)。
但我没有亲自做过,所以我不知道这样的设置对您的应用程序有什么要求。
Yes, it is possible if the application is a / has a COM interface.
An example is JExplorer, and it can generally done using
ComfyJ (which is not free).
I haven't done it personally though, so I don't know the requirements such a setup would have for your application.