In this JavaFX GUI tutorial we will learn how to use the JavaFX ComboBox. A ComboBox is a popup list that is shown to users providing them with a series of choices that they may select from. We can set an EventHandler on the ComboBox to listen for a selection. We can change the number of visible rows and also make the ComboBox editable to enable the user to enter an item that is not part of the initial list.
Project Code is available on GitHub:
https://github.com/JavaCodeJunkie/javafx
Check out my YouTube Channel for more videos:
/ javacodejunkie