vote up 2 vote down star
2

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

flag

1 Answer

vote up 1 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.