I wrote a basic little artillery game in Java2D which runs well and looks pretty good. Then I went to add some GUI elements to it. Swing doesn’t really work under active rendering. Does anyone know of any good GUI toolkits that will work with active rendering?
Not the end of the world if there’s nothing available - I’ll just convert the code to libgdx or lwjgl. That said, it runs great now so I’d like to avoid rearchitecting unless I absolutely have to.