Links in Tooltips
It looks like you can add an "A" tag to a JToolTip, but how can you click it without the mouse movement closing the tooltip? I already have
ToolTipManager ttm = ToolTipManager.sharedInstance();
ttm.setDismissDelay(60000);
to allow a user one minute to read my lengthy tooltips without moving the mouse, but as soon as the mouse leaves the component, even to click on the tooltip, the tooltip goes!
ToolTipManager ttm = ToolTipManager.sharedInstance();
ttm.setDismissDelay(60000);
to allow a user one minute to read my lengthy tooltips without moving the mouse, but as soon as the mouse leaves the component, even to click on the tooltip, the tooltip goes!
