Reset FSR

This commit is contained in:
2024-06-03 13:14:53 +02:00
parent 889f9a307b
commit 1d89bf16cc
5 changed files with 14 additions and 21 deletions

View File

@ -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);