public ChoiceBox <String> new_make; //
public TextField model; //
public void OK (ActionEvent event) { // OK event
new_make.getItems().add(model.getText()); // choice box new_make
}
мой код здесь Как добавить значение текстового поля модели в поле выбора new_make?