In this tutorial, I will show you how to use FlowPane using JavaFX 15 or higher with IntelliJ 2020.3.2 on Windows 10 x64.
A FlowPane arranges the node (e.g. UI component) in the pane horizontally from left to right, or vertically from top to bottom.
OnMouseClicked event occurs when mouse button has been clicked.
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
Free icons downloaded from https://icons8.com/.
#FlowPane #JavaFX15