Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8127738

ObservableList update in Task thread not possible

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • fx2.0.1, fx2.0.3
    • javafx
    • 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?

            mheinrichs Michael Heinrichs (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: