Added Scenes to SceneEnum

Added Scenes to SceneEnum, so now all all FXML should be there.
This commit is contained in:
law39 2020-04-29 09:23:22 +01:00
parent c6568eea94
commit 11bdc8cb48

View file

@ -112,6 +112,8 @@ public class ScreenSwitch extends SharedCodeController {
dictionaryScene("dictionary.fxml"),
flashcardScene("flashcard.fxml"),
practiceListScene("practicelist.fxml"),
matchMeaningScene("matchthemeaning.fxml"),
translationScene("translation.fxml"),
;