I have got a JComponent. The paintComponent Mehtod is overridden. I mentioned that tooltips were not occuring reliable. Sometimes they were displayed and sometime they didn't. Now I dont't see tooltips anymore on this component. I overwrote getToolTipText(MouseEvent e) to specify the contents of the tooltips. But the methods getToolTipText() and getToolTipText(MouseEvent e) are never called!
What could be wrong here? What can I do to fix it?
Thanks in advance.