Lightweight / Heavyweight Again

I’m no GUI expert so please excuse any misconceptions. I’m getting frustrated by the GLCanvas overwritting other Java GUI objects and was wondering if there is a generic solution to this. I have set the popups to be heavyweight to fix the menus but what about tooltips and other occassional objects that overlay the 3D window?

Any help much appreciated.

Dave.

If you’ve already seen this page, then you might be out of luck.

Yeah, read that information already. However, I notice that after changing the LookAndFeel after the application is constructed that the Z ordering behaves properly. Anyone able to shed some light on this?