for (int i = 0; i < j; i++) {
javafx.scene.shape.Rectangle c = new javafx.scene.shape.Rectangle(20,20);
lCircularPane.add(c);
}
lHBox.getChildren().add(lCircularPane);
if (lHBox.prefWidth(-1) > 1000) {
lHBox = new HBox(0);
lVBox.getChildren().add(lHBox);
}
}