标签: javafx-2 fxml
我想按一个按钮显示一个标签。我试过了
SingleSelectionModel<Tab> selectionModel = tabPane.getSelectionModel(); selectionModel.select(tab);
但它不起作用。