Hello all !
I’m trying to display some swing panels over my GLJPanel. I call them Flying Panels and they are simply added into a null LayoutManager. Everything is ok for that I enjoy this JOGL feature.
My problem happens when I manipulate some controls into these panels, for example making a list visible with setVisible. Before setVisible has finished the GLJPanel is reinit (the init() method is called). I assume some Swing method which update the ui call this unnecessary reinit ? Could you explain me how this work ?
Thanks a lot