Reset FSR
This commit is contained in:
@ -41,7 +41,7 @@ public class CreateWindow extends Application {
|
||||
launch(args);
|
||||
}
|
||||
|
||||
public static void refreshTable(Stage stage) {
|
||||
public static void refreshTable() {
|
||||
grid.getChildren().remove(table);
|
||||
table= Table.refresh();
|
||||
grid.add(table, 1, 1);
|
||||
|
||||
Reference in New Issue
Block a user