JavaFX Treeview shows no items
I try to implement an TreeView in my JavaFX App. But unfortenatly no items are showed, but i cannot find an issue. I search for some example and did it like them. I put an TreeView Control to my FXML File in SceneBuilder and selected the ControllerClass which was generated and slected the Treeview field from this class as an id for the TreeView Control in SceneBuilder. That's my Controller code: public class MainSceneController implements Initializable { @FXML TreeView<String> treeview; @FXML Button btn; @Override public void initialize(URL url, ResourceBundle rb) { TreeItem<String> root = new