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

☂ Thread safety in Node initialization

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • jfx23
    • javafx
    • None
    • Cause Known

      This ticket gathers issues related to the requirement that a Node can be safely constructed and configured (without attaching it to the scene graph) in a background thread, as stated in the javadoc:

      https://openjfx.io/javadoc/23/javafx.graphics/javafx/scene/Node.html

      "Node objects may be constructed and modified on any thread as long they are not yet attached to a Scene in a Window that is showing. An application must attach nodes to such a Scene or modify them on the JavaFX Application Thread."

            angorya Andy Goryachev
            angorya Andy Goryachev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: