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.