Hi,
I was wondering what game UI people were fond of using? I'm taking about for thing like pop-up menus and buttons and what-not.
I saw jMonkeyEngine is now using nifty-gui: http://nifty-gui.lessvoid.com/
Haven't tried it though.
TWL also seems to be a popular choice http://twl.l33tlabs.org/
Has anyone tried Swing ( yes plain old unthread safe Swing ).
Should be able to mix and max Lightweights and heavyweights
http://java.sun.com/developer/technicalArticles/GUI/mixing_components/index.html
Although it looks as if Java 7 build 137+ fixes some issues