Hi, How can I use JTooltip on a canvas3D. The problem is that, to register a component with JToolTip object, one has to use the follwing function:
setComponent(JComponent c) Since Canvas3D is not a JComponent, I can't do it (even after doing casting from Component to JComponent). On the other hand,I was able to use JPopupMenu on canvas3D but it shows unpredictable behavior. It shows up only with some objects in the scene and that too in some special orientation of that object. I posted my query earlier too but didn't receive any reply. Can somebody please explain me this. FYI: I am making both JpopUpMenu and ToolTipManager heavyweight components. Ashish =========================================================================== 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".
