We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Greetings, all. What I'd like to do is add a menu bar to my program. I'm aware that for now it's still possible (albeit a little wordy) with the default renderer to access the underlying Frame object for AWT and Swing menu bars, but I'm using shaders for image processing, which means P2D and JOGL. So my question is: is there a JOGL related library that provides menu bar functionality, or will I need to make one myself?
Thanks in advance.