Alternate Java GUI Frameworks(替代 Java GUI 框架)
问题描述
我正在 OS X 中使用 Java (Nim) 制作一个小型游戏编号游戏,并且正在考虑尝试使用 Swing 以外的其他工具制作游戏的 GUI 界面.我查看了 SWT,但我在某处读到 SWT 在 OS X 上存在一些问题.我还查看了用于 Java 的 GTK+ 绑定,但我也不确定这是否是一个不错的选择.你们有什么好的Java GUI 框架的建议吗?看起来不错并且与OS X 兼容?
谢谢
这取决于,在 eclipse 3.4 中, for java.
I am making a small game number game in Java (Nim) in OS X and was thinking about trying to make the GUI interface of the game using something other than Swing. I looked at SWT, but I read somewhere that SWT has some problems with OS X. I also looked at GTK+ bindings for Java, but I am not sure if that's a good choice either. Do you guys have any suggestions for a good Java GUI Framework that would look good and be compatible with OS X ?
Thanks
It depends, with eclipse 3.4, SWT 3.4 is quite supported with MacOs.
Now, SWT is OS specific, and you may not have the same flexibility than Swing, so you need to have good reason for looking for an alternative to Swing, especially when you consider there are good LAFs (look and feel) for java.
这篇关于替代 Java GUI 框架的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:替代 Java GUI 框架
基础教程推荐
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- 降序排序:Java Map 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01