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

Separator is indistinct when not standalone.

XMLWordPrintable

      @Override public void start(Stage stage) {
              VBox root = new VBox(10);
              ToolBar bar = new ToolBar();
              bar.getItems().addAll(new Button("1"), new Separator(), new Button("2"));
              root.getChildren().addAll(bar);
              Scene scene = new Scene(root, 300, 300);
              stage.setScene(scene);
              stage.show();
          }

        1. b92.png
          b92.png
          13 kB
        2. b93.png
          b93.png
          16 kB
        3. screenshot-1.jpg
          screenshot-1.jpg
          14 kB

            ekrejcir Eva Krejčířová (Inactive)
            slugovoy Sergey Lugovoy (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: