-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
fx2.0.1, fx2.0.3
-
Windows XP SP2 32 bit, java 6u29
While I can modify for example TextAreas, Buttons, etc on the GUI in a running Task<Void> class instance, I cannot modify for example a VBox's children (VBox.getChildren). Adding, clearing seems to be ommited, an error says that the current thread is not a Java FX Thread, which is true, but then how I could update other GUI elements which as I thought could not be updated in normal threads?