Alternate Java GUI Frameworks

前端 未结 2 1195
孤城傲影
孤城傲影 2021-01-01 04:53

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

相关标签:
2条回答
  • 2021-01-01 05:07

    You might consider JavaFX 2.0.

    Still early days but it looks quite promising for the kind of interactive / graphical applications that you might otherwise use Flash for.

    0 讨论(0)
  • 2021-01-01 05:18

    It depends, with eclipse 3.4, SWT 3.4 is quite supported with MacOs.

    alt text

    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.

    0 讨论(0)
提交回复
热议问题