Do you know a way how I can force a JavaFX Propert...
# tornadofx
m
Do you know a way how I can force a JavaFX Property to notify listeners when I call setValue()? In my case the returned value from my rest call does not always change, but I still would like the observers get notified so they can, e.g., add a point to a line graph.