In relation to this question I would like to know if it is possible to trigger an event if the mouse is hovering over a Tooltip. I know this method node.setOnMouseEntered() but this applies only to instances of Node (Tooltip does not extend Node).
Detect mouse hovering over a Tooltip
583 views Asked by kerner1000 At
2
Get the
scenefrom theTooltipand register the event handlers there: