menu bar in P2D?

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.

Sign In or Register to comment.