JGoLink tooltips

Hi,

How can I give a JGoLink (or subclass of a JGoLink) a tooltip?

Thanks

Mike

Override JGoObject.getToolTipText() to return a string.

ahhh! Sorry. I should have looked closer at the API. I was looking for something like setToolTiptext.

Thanks

Mike

Sorry about that. We didn’t want to make it a settable property because we didn’t want to have the overhead for every object.