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

Next and previous button of pagination is not visible

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P3 P3
    • 8
    • 8
    • javafx
    • jdk 8b95 linux SW pipeline

       @Override
          public void start(Stage stage) throws Exception {
              HBox root = new HBox(30);
              Pagination p = new Pagination(20, 5);
              p.getStyleClass().add(Pagination.STYLE_CLASS_BULLET);
              root.getChildren().add(p);
              Pagination p2 = new Pagination(20, 5);
              root.getChildren().add(p2);
              Scene scene = new Scene(root, 300, 300);
              stage.setScene(scene);
              stage.setTitle(VersionInfo.getRuntimeVersion());
              stage.show();
          }

            kcr Kevin Rushforth
            slugovoy Sergey Lugovoy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: