Normally the JavaFX-UI gets updated within a resonable time (e.g. <0.1 sec) however sometimes this update takes 4-5 seconds, from the ressource monitor I cannot see any suspicious CPU or MEM consumption. I know that there is no other way to update the UI (as discussed here:
10394735
Is there a way to track or monitor the state of the event queue ? Where is it hanging ?