Jakub Moskal
Jakub Moskal
I was not aware there was a native build of JDK8 for aarch64! I confirm that I am able to run it from the command line (after setting the JAVA_HOME...
Does it mean that it could potentially become incompatible with a future release of JavaFX? Or do you expect that a future release will open up the API?
Here is a small improvement to @thamidu's solution - it accounts for sections in the forms: ```java protected void searchAndSetControlsLabelWidth(Pane pane, double labelSize) { if (pane instanceof GridPane) { if...