Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要实现一个 Java 桌面应用程序!
您会推荐哪个框架:SWT、Swing、Java FX 或其他?
我要求该应用程序应在 Windows(x86 和 x64)、Linux(x86 和 x64)和 OSX 上运行。
先感谢您!
最好的问候, Jurica Krizanic
SWT 是 Eclipse 专有的。如果它可以在所有平台上运行,并且你很清楚,那么我想它会很好。
Swing 内置于 JDK 中,因此它与运行它的 JVM 一样可移植。
我不相信 JavaFX 已经流行起来,但我不做太多桌面开发。
我会先投票给 Swing,然后是 JavaFX,然后是 SWT。