ripcordx
05-31-2004, 02:00 PM
Hi,
I'm opening a custome designed JDialog on a UNIX platform. At the bottom of the Dialog I have a JButton. When I move the mouse over a certain part of the button, the tooltip flashes like crazy. It seems to only happen when the mouse is moved to a position where it will be over the tooltip before it appears. The tooltip then starts to flash.
I've checked the getToolTiptext() method inherited by the JButton, and something seems to keep calling it.
Note that this problem never occurs when testing the GUI on Windows.
There is another post about the flashing of multi-line tooltips but this tooltip is only a single line.
Any help would be greatly appreciated!
Thanks,
Rob.
I'm opening a custome designed JDialog on a UNIX platform. At the bottom of the Dialog I have a JButton. When I move the mouse over a certain part of the button, the tooltip flashes like crazy. It seems to only happen when the mouse is moved to a position where it will be over the tooltip before it appears. The tooltip then starts to flash.
I've checked the getToolTiptext() method inherited by the JButton, and something seems to keep calling it.
Note that this problem never occurs when testing the GUI on Windows.
There is another post about the flashing of multi-line tooltips but this tooltip is only a single line.
Any help would be greatly appreciated!
Thanks,
Rob.