JonathanGiles / fx-ui-controls

Sample app intended to introduce basic use cases for all JavaFX UI controls that ship in the core distribution
MIT License
25 stars 8 forks source link

ToolTipDemo Sample #12

Closed Cyril325 closed 6 years ago

Cyril325 commented 6 years ago

Since java 9 there is an API to control delay before showing. I suppose in my sample it's java 8.

Do you plan java 9 and later demo ? Should I improve my demo to show how to uninstall tooltip ?

First try https://github.com/JonathanGiles/fx-ui-controls/pull/13

JonathanGiles commented 6 years ago

Hey - yes, this content can target up to Java 11 APIs, so please do that! Thanks so much :-)

Cyril325 commented 6 years ago

Tooltip demo improved to show how to control new java 9 api.