From 1a5a7b7a66b73d25bf93972a2ba66d9ae72658df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Autin?= Date: Fri, 25 Jun 2021 20:32:51 +0000 Subject: [PATCH] Update README.md --- docs/launcher/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/launcher/README.md b/docs/launcher/README.md index 325da29..d5b95d2 100644 --- a/docs/launcher/README.md +++ b/docs/launcher/README.md @@ -20,6 +20,8 @@ When starting the program, the launcher window pops, prompting you to enter your The launcher code is entirely comprised within the `launcher` package. There are two classes: `launcher.Launcher` and `launcher.Settings`. +![UML Class Diagram](class_diagram.png) + ### launcher.Launcher This class is an extension of the `javafx.application.Application` class. As such, it operates within its own JavaFX thread, allowing it to manipulate JavaFX artifacts at will using the `@FXML` annotation tag.