-
Enhancement
-
Resolution: Fixed
-
P4
-
jfx21
-
b17
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
Currently GridPane has default constructor only. It'd be nice to also add the constructor that accepts hGap and vGap just as both VBox and HBox provide the constructor that accept the spacing value. It's a tiny enhancement, but it'd be helpful for those who don't use FXML.
Currently GridPane has default constructor only. It'd be nice to also add the constructor that accepts hGap and vGap just as both VBox and HBox provide the constructor that accept the spacing value. It's a tiny enhancement, but it'd be helpful for those who don't use FXML.
- csr for
-
JDK-8307454 Add GridPane constructor that accepts hGap and vGap values
- Closed