From 1abd99db4607b0f014bdd7441ef225cbdde1daae Mon Sep 17 00:00:00 2001 From: Alexis DRAI Date: Tue, 4 Oct 2022 22:34:35 +0200 Subject: [PATCH] :bug: finish copying and adapting exam2's correction --- .idea/.gitignore | 8 ++++++++ .idea/misc.xml | 9 +++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ Butterflies2.iml | 13 +++++++++++++ resources/fxml/MainWindow.fxml | 5 +++-- src/data/Loadable.java | 2 +- src/data/Stub.java | 9 --------- src/launcher/Launcher.java | 2 +- src/view/CreationWindow.java | 2 +- src/view/MainWindow.java | 14 +++++--------- 11 files changed, 55 insertions(+), 23 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 Butterflies2.iml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..d6b5811 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,9 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..6319f17 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Butterflies2.iml b/Butterflies2.iml new file mode 100644 index 0000000..a7b7b34 --- /dev/null +++ b/Butterflies2.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/fxml/MainWindow.fxml b/resources/fxml/MainWindow.fxml index 03e1cab..c941a0a 100644 --- a/resources/fxml/MainWindow.fxml +++ b/resources/fxml/MainWindow.fxml @@ -27,7 +27,7 @@ -