1
I would like the help of you on the following question!! I have a combobox and want to fill it with whole numbers. It happens that when I run the program nothing appears for me to select!... Follow the code:
ObservableList<Integer> options
= FXCollections.observableArrayList(1, 2, 3);
comboboxQuantCam.setItems(options);
Hello Carlos Ximendes, Good afternoon! Thank you so much for your help!. Actually I built the object, it turns out that the id in Scenebuilder was wrong: <Combobox fx:id="comboboxEqUm" But thank you so much for your attention :)!
– Sara Fernandes
Thank you, Sara Fernandes!
– Carlos Ximendes