i dont know, if this is a know problem already, but we have noticed that swing popups over a GLCanvas, like JPopupMenu dont work anymore since java6 update2 and later. they do infact work with java6 update1 and before.
the problem looks like this: they popup, but have no decoration (border, icons, etc) they also do not react on mouse-over events and they do not hide themselves (they remain visible forever)
has anyone experienced the same issues? if so, does anyone know a workaround for this?
i already tried
JPopupMenu.setDefaultLightWeightPopupEnabled(false);
ToolTipManager.sharedInstance().setLightWeightPopupEnabled(false);
but without any change.