Observer won't run update in JavaFX GUI
问题 I read much about the JavaFX GUI Model, Plattform->RunLater and Threads, but i still do not figure out how to get this right. I had a JavaFX GUI wich on a button click executed a process and updated a Progres Bar and Label. This was running well with Threading and Plattform, but i had to Change this to an Observer Model. I invoke a Progress Tracker in a Singleton Model, wich gets updated by the class executing the process and is Observable. I implemented an Observer as well wich should update