Optionally returns a String whose contents can vary depending on the
coordinates of the mouseEvent
argument.
Optionally returns a String whose contents can vary depending on the
coordinates of the mouseEvent
argument. No tooltip of any kind is
displayed by Swing in the event that this method returns None.
A mixin for DoubleBufferedImagePanel that enables dynamic tooltips.
You can set a static tooltip for a Swing component that will be displayed any time the mouse comes to rest somewhere over that component. This mixin does things slightly different - the tooltip String that pops up can vary depending on the coordinates of the mouse relative to the component.
Created by gonztobi on 4/22/2014.