Relative Content

Tag Archive for javajavafxmodel-view-controllerreferencefxml

JavaFX: setting list for comboBox does not work

I am working in a JavaFX project. There I have fxml included in other fxml files. Now I need to send data from the outer controller to the inner controller. I’ve tried it, but the combobox looses its items as soon as the transferMethod finished.