Hey, newbie at java game development here
Have had some experience in game programming and lots in other sorts of java programming. The game I am thinking of will be based on a big 3d-rendered world map with on-click events for towns, units etc. These events should pop up windows to the user. These windows need to be pretty advanced in terms of event handling so I thought about using swing inside the game. Ok, to my question then.
Is it reasonably easy to make swing work with for example LWJGL (which I intend to use)? By easy I mean once I get the personal look and feel of the windows set up (I can do that) is it easy to make them render correctly in game on top of the openGL graphics etc? And easy to make the event handling work as it normally does in swing?
Thanks in advance!
David
Edit: Also, if you have any concerns about using Swing in a game like this, please let me know, and tips on replacements are welcome! I should add that I know openGL enough to make simple 3d shooters and such.
