Which GUI would be best for my project?

I am hoping to make a 2D project that resembles Risk in many ways, but has a political system and more. Which GUI would be best? So far I’ve looked at JFrame, but I’ve been unable to find any documentation that may help. Any ideas?

If you are using libGDX you can use the scene2D library. It’s quite customizable and flexible.

JFrame is a little ehhh with games. Since you’re making a game maybe you could try to use libGDX, JavaFX, or Slick2D. More detail on what you’re using to build the game would be helpful.

I’ve looked at JavaFX before, but I had no luck getting it to work. I’ll be sure to try out LibGDX though.

I’m having issues finding the download for Scene2D. LibGDX is working fine, and has everything I need, but I just need Scene2D before I’m ready to start.

Scene2D is in libGDX.

http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/scenes/scene2d/package-summary.html

It’s built in? That’s handy.