JAVA MDI 应用程序

发布于 2024-11-09 21:06:47 字数 95 浏览 0 评论 0原文

我想使用 java 开发要在桌面上运行的 MDI 应用程序,下载 jar 文件(小应用程序),并且每个 jar 在主 MDI 应用程序的单独面板中打开 这可能吗? 感谢您的提前

I want to develop MDI application with java to be run on desktop that download jar files (small applications) and each jar is opened in separated panel in the main MDI applications
Is this possible?
Thanks for advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

森罗 2024-11-16 21:06:47

是的,这可以在 Swing 中使用 JInternalFrame 来完成。示例: http://www.developerfusion.com/article/3798 /programming-with-swing/5/

Yes this can be done in Swing by using JInternalFrame. An example: http://www.developerfusion.com/article/3798/programming-with-swing/5/

╰つ倒转 2024-11-16 21:06:47

Eclipse RCP 将是一个更好的解决方案。每个视图都是 MDI 的子窗口。

Eclipse RCP would be a better solution. Each view would be the child window of the MDI.

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