Update README.md

This commit is contained in:
François Autin 2021-06-25 20:32:51 +00:00
parent 67df93c0da
commit 1a5a7b7a66

View File

@ -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.