Hi
I’m developing a project in JOGL. Everything worked well so far, but since I upgraded my macbook to Leopard, the JMenuItem pop under the JOGL canvas. I do have the following line preventing that behaviour to happen on linux and windows (and osx 10.4 if i remember well)
JPopupMenu.setDefaultLightWeightPopupEnabled(false);
is this a known bug ?