HanSolo / tilesfx

A JavaFX library containing tiles that can be used for dashboards.
Apache License 2.0
1.42k stars 199 forks source link

How to hide the Finishing Time from this countdown timer? #115

Closed shadowwalkersteam closed 3 years ago

shadowwalkersteam commented 3 years ago

I want to hide the finishing time from countdown timer, how I can do it please guide. Below is the picture attached for reference (the time highlighted in red colour)

Screenshot 2021-01-06 at 9 22 14 AM
HanSolo commented 3 years ago

To hide the time you have to add setValueVisible(false).

shadowwalkersteam commented 3 years ago

setValueVisible

Thanks. it worked.