Guys, I have a problem with JavaFX bindings
They are .... slow 😕
I have a property which changes ~500 times per second, and a text field which represents it in the GUI. It results in a x3 slowdown for the whole application.
Note that I do want this textfield to "blink".
Is this a known problem? What are the workarounds?