From c8cc0f5231d7ed134340e626687277464bf59319 Mon Sep 17 00:00:00 2001 From: DesSnowy <156517235+DesSnowy@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:45:35 +0800 Subject: [PATCH] Change README to include acknowledgement for GUI tutorial --- docs/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/README.md b/docs/README.md index be811c86e8..8461efd036 100644 --- a/docs/README.md +++ b/docs/README.md @@ -151,4 +151,9 @@ Ok, I've deleted this task: [T][X] Read book ``` +## Acknowledgement +The section that creates the GUI, such as `DialogBox.java`, `Launcher.java`, `Main.java`, `MainWindow.java`, +as well as the relevant css and fxml files are modified from: + +https://se-education.org/guides/tutorials/javaFx.html.