My comboBox for the Genre selection does not display the listed genres. I replaced the code within the initialize method of movieAddingController with the lab code and nothing happened?
genreComboBox.getItems().addAll("Comedy", "Horror", "Mystery","Bird Documentaries");
genreComboBox.setValue("Bird Documentaries");