简体   繁体   English

Java上的桌面应用程序

[英]Desktop application on Java

I want to create a desktop application, but do not want to use SWING. 我想创建一个桌面应用程序,但不想使用SWING。 I have heard about of SWT as alternative to SWING. 我听说SWT是SWING的替代品。 Any another solutions exists? 还有其他解决方案? And what do you recommend to use? 你建议使用什么?

您可以使用SWT和JFace构建Eclipse富客户端平台 (RCP)。

What about just AWT in java.util.awt and subpackages? java.util.awt和子包中只有AWT怎么样? You can use the older equivalents of Swing's components. 您可以使用较旧的Swing组件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM