Jose,

You need to make your tooltips heavier... The relevant lines of code for
menus and tooltips are:

// tell Swing to watch out for nested heavy weight components.
JPopupMenu.setDefaultLightWeightPopupEnabled( false );
ToolTipManager.sharedInstance().setLightWeightPopupEnabled( false );

Sincerely,

Daniel Selman

[EMAIL PROTECTED]
http://www.tornadolabs.com


-----Original Message-----
From: Discussion list for Java 3D API
[mailto:[EMAIL PROTECTED]]On Behalf Of Jose Monzon
Sent: 15 October 1999 14:14
To: [EMAIL PROTECTED]
Subject: Tooltips and CANVAS3D


Hi!
I have a BUTTOM with a TOOLTIP near a CANVAS3D.
Mi problem is that tooltip do NOT appear over CANVAS3D.
I think it is because tooltips are "Light weight Component" and CANVAS3D are
not.

In the JAVA3D FAQ i can read that POPUP MENUS can't turn down the LIGHT
WEIGHT property... but don't say nothing about TOOLTIPS
If I can not make that TOOLTIPS turn out the "light weight" property... Can
i make that CANVAS3D become "light weight" componet ???

Anyone know the solucion to my problem?
Thanks!

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to