In this tutorial, I will show you how to use a Slider using JavaFX 15 or later with IntelliJ 2020.3 on Windows 10 x64.
The Slider lets the user graphically select a value by sliding a knob within a bounded interval.
VM options
--module-path "C:\Program Files\Java\javafx-sdk-15.0.1\lib"
--add-modules javafx.controls,javafx.fxml
#Slider #JavaFX