Weiming Zhang wrote:

Does anybody know how to turn off the tool tips on JSVGCanvas? I could
not find it. I do not want it to block the view and would like to
redirect it to a JLabel.

The ToolTips are handled in the JSVGCanvas, in particular the method JSVGCanvas.CanvasUserAgent.setToolTip(...).

   You can subclass the Canvas and override createUserAgent
to return a subclass of CanvasUserAgent that had a setToolTip
method that used a different implementation of
JSVGCanvas.ToolTipModifier.





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to