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

SplitPane bug -- right node on the left

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • fx2.0
    • fx2.0
    • javafx
    • Windows, build 38

      The following code puts the label on the left of the divider. When you resize the window the label is moved to the right.
       
          HBox h = new HBox();
          SplitPane ui = new SplitPane();
          ui.getItems().addAll(h, new Label("XXX"));
          Scene scene = new Scene(ui);
          stage.setScene(scene);
          stage.setVisible(true);

            kwwong Kinsley Wong (Inactive)
            gmatthewsjfx Graham Matthews (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: