I’m sorry if this isn’t the most adequate forum to post this question, but here it goes (sometimes it’s hard to dcide on which forum to post, since things normally overlap… but anyway:)
I’m using Xith, with JOGL. I added a PopupMenu to a GLCanvas, and the problem is that when I make the PopupMenu visible, the awt thread takes possession of the system and does not let my application update the GLCanvas as it would normally. The consequences are at least ungly gray marks on the screen.
I searched everywhere for something useful, and although people had similar problems in Java3D, I couldn’t find a answer.
Is there a way to tell a PopupMenu no to act this way? I thought about extending PopupMenu, and overriding show() or addNotify() but can’t really make it work
Any suggestions?