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

Not able to use Task and Service from the init method of Application

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 8
    • 8
    • javafx
    • None

      Was teased out of RT-29776, the problem is that the Task / Service do thread checks and throw an exception if you tried to use them from a thread other than the FX thread. The problem with this is that you can't use Task or Service when setting up your GUI in the init method which is bad because it means:
          - You can't kick off any tasks until the FX thread is fired up
          - You can't create any tasks and wire them up to JavaFX UI, so you have to create the UI in init and then wire it up in startup which is bad

            rbair Richard Bair (Inactive)
            rbair Richard Bair (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: