This is probably so much a FAQ it hurts, but it would be great to have some feedback on my particular (peculiar?) requirements anyway.
I’m looking for some very simple way to add a GUI to my semi-complete turn-based strategy lib/engine. I already have some Android code, but I want to do things, possibly even distribute, for desktop as well, and supporting at least Mac, Linux, and Windows. It would be great to do this without requiring users to have java installed. I do not feel like depending on Oracle more than I have to. Since I only want very simple graphics (blitting bitmaps would be quite enough, font rendering a nice bonus) and no sound I guess there are a number of libs and alternative jvm implementations (or native-compilers like gcj) I could consider? Something with a nice open source license preferably.