Added Scenes to SceneEnum
Added Scenes to SceneEnum, so now all all FXML should be there.
This commit is contained in:
parent
c6568eea94
commit
11bdc8cb48
1 changed files with 2 additions and 0 deletions
|
@ -112,6 +112,8 @@ public class ScreenSwitch extends SharedCodeController {
|
|||
dictionaryScene("dictionary.fxml"),
|
||||
flashcardScene("flashcard.fxml"),
|
||||
practiceListScene("practicelist.fxml"),
|
||||
matchMeaningScene("matchthemeaning.fxml"),
|
||||
translationScene("translation.fxml"),
|
||||
;
|
||||
|
||||
|
||||
|
|
Reference in a new issue