Java 桌面应用程序
我想创建一个桌面应用程序,但不想使用 SWING。我听说过 SWT 作为 SWING 的替代品。还有其他解决方案吗?您建议使用什么?
I want to create a desktop application, but do not want to use SWING. I have heard about of SWT as alternative to SWING. Any another solutions exists? And what do you recommend to use?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 SWT 和 JFace 构建 Eclipse 富客户端平台 (RCP)。
You can build an Eclipse Rich Client Platform (RCP), using SWT and JFace.
如果只是
java.util.awt
和子包中的 AWT 呢?您可以使用 Swing 组件的较旧版本。What about just AWT in
java.util.awt
and subpackages? You can use the older equivalents of Swing's components.