Hi All!
My project is currently investigating Java3D, and one of the functionalities
we would need is tooltips for Canvas3D. Since Tooltips only exist in
JComponent, which Canvas3D does not derive from, I'm not sure how to get a
nice tooltip for an arbitrary position inside the Canvas3D. I've tried some
workarounds - the best of which was a JPopupMenu, which is not good enough.
What we would like to do is given some event inside the 3D world (like a
mouseover an object), we can put some tooltip information on that object,
and remove it when the cursor is off the object.
Any ideas/pointers/suggestions would be very welcome. I'm a Java3D newbie
:P
Thanks!
Jen Hsu
[EMAIL PROTECTED]
===========================================================================
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".