Added Six Meanings test to screen switcher
The screen switcher is now able to switch screens to the Six Meanings test
This commit is contained in:
parent
4aa2621043
commit
861390c016
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ public class ScreenSwitch extends SharedCodeController {
|
|||
flashcardScene("flashcard.fxml"),
|
||||
practiceListScene("practicelist.fxml"),
|
||||
matchMeaningScene("matchthemeaning.fxml"),
|
||||
sixMeaningScene("sixmeanings.fxml"),
|
||||
translationScene("translation.fxml"),
|
||||
;
|
||||
|
||||
|
|
Reference in a new issue