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

Toolbar : Gap lost between the buttons on toolbar

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 8
    • 8
    • javafx
    • jdk 8.0 b98

       @Override
          public void start(Stage stage) throws Exception {
              BorderPane root = new BorderPane();
              ToolBar toolbar = new ToolBar();
              toolbar.getItems().addAll(new Button("Ok"), new Button("Cansel"));
              Scene scene = new Scene(root);
              root.setTop(toolbar);
              stage.setScene(scene);
              stage.show();
              stage.setTitle(VersionInfo.getRuntimeVersion());
          }

            dgrieve David Grieve
            slugovoy Sergey Lugovoy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: