Hi!
From my searching through the site I found mostly somewhat older posts about Swing integration, and I am not sure
whether these infos are still valid since Newt got that good in the meantime.
What is suggested way to integrate JOGL into a Swing Application? I am not using InternalFrames - just a simple
JFrame with JMenuBar and JPanels around a JPanel that contains a NewtCanvasAWT. Using this NewtCanvasAWT works
like a charm - besides some Z order problems with the Swing drop down menus.
My question now is: Is the proposed solution to change to AWT DropDownMenus? Or is there a workaround to correct the
Z order and keep the Swing DropDownMenus?
Both ways will a way to go for me - but I'd like to know the most official and supported way to do this.
Thanks!
Stefan