In this tutorial, I will show you how to use GridPane using JavaFX 15 or higher with IntelliJ 2020.3.2 on Windows 10 x64.
A GridPane arranges nodes in a grid (matrix) formation. The nodes are placed in the specified column and row indices.
VM options
--module-path "C:\Program Files\Java\javafx-sdk-15.0.1\lib"
--add-modules javafx.controls,javafx.fxml
JDK 15.0.2
JavaFX SceneBuilder 15.0.1
IntelliJ IDEA 2020.3.2
License free icons are available from https://icons8.com/.
#JavaFX #GridPane