ComboBox and ChoiceBox These are dropdown menus for selection. ComboBox is more flexible and can be editable. java ComboBox combo = new ComboBox<>(); combo.getItems().addAll("Java", "Python", "C++");