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

FXRobot thinks getChildren and getStages should force scene initialization if called before Scene is initialized

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Not an Issue
    • Icon: P5 P5
    • tbd
    • None
    • javafx

      Claims:


          public static ObservableList<Node> getChildren(Parent p) {
              if (sceneAccessor == null) {
                  // TODO: force scene initialization
              }
              return sceneAccessor.getChildren(p);
          }

          public static ObservableList<Stage> getStages() {
              if (stageAccessor == null) {
                  // TODO: force stage initialization
              }
              return stageAccessor.getStages();
          }

            kcr Kevin Rushforth
            rbair Richard Bair (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: