I've trying to create a JToolTip over a JPanel. The idea is, that user move over the JPanel (mouseMove) and behind the cursor will be the tooltip. But I dont know, how to set up tooltip to JPanel. I mean, that I create instance of JToolTip, setLocation by cursor (in mouseMove) and then I dont know how to set up this new tooltip to panel (like JPanel.setToolTip(newJToolTip)).
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can set a tooltip on a |
|||||||
|