JavaFX Tutorial 13 - ComboBox, ObservableList (Remastered)

Опубликовано: 02 Октябрь 2024
на канале: Ken
1,559
9

The ComboBox is also known as choice list or dropdown list that contains a list of items from which the user can choose.

A combo box is preferred if the number of items does not exceed a certain limit. A choice box is useful only if you provide support for selecting between a few options.