Show tooltip in different shape

Hi,

Is that possible for JGo to display tootip in different shape, e.g. in bubble/ballon shape instead of plain rectangle?
Thanks.

JGo just uses a standard javax.swing.JToolTip to display tool tips. I don’t believe JToolTip has any built-in support for different shapes, but you could override the createToolTip method in JGoView to create your own subclass of JGoToolTip that supported different shapes.