ToolTip - problem (Heavyweight/Lightwight)

Hi
I’ve got a button and that button has a ToolTip attached to it. The problem: The ToolTip sometimes is where the 3D-View is, so the ToolTip gets rendered behind it. Is there a way to solve the problem?
There doesn’t seem to be a way to set it heavyweight, so is there maybe any other dirty hack to fix that?

Arne

Call ToolTipManager.setLightWeightPopupEnabled(false). This among other heavyweight/lightweight issues is documented in the JOGL Users’ Guide.

Thanks a lot, Ken (Note : I work with arne).
We didn’t know a ToolTipManager class was existing.

Thanks it works now :slight_smile:
@bluesky I’ve already commited the changes.