Javafx Update a tableview from another FXML
问题 Reference article Applying MVC With JavaFx I have interface 1 FXML the following <SplitPane> <items> <TableView prefHeight="200.0" prefWidth="200.0"> <columns> <TableColumn prefWidth="75.0" text="User" /> <TableColumn prefWidth="75.0" text="Pass" /> </columns> </TableView> <fx:include source="Container.fxml"/> </items> </SplitPane> Container.fxml it is only used to store xml interface example I used to embed InputData.fxml,Test.fxml on TabPanel And interface 3 InputData.xml I contains