+ 11
You need to link your TableView in the .java file to the fxml using the @FXML annotation. Then you can set the items to the TableView object. Tutorial: https://docs.oracle.com/javase/8/javafx/fxml-tutorial/fxml_tutorial_intermediate.htm
1st Apr 2018, 7:35 PM
Tashi N
Tashi N - avatar