Merge branch 'master' of https://gitlab.dcs.aber.ac.uk/ncw/gp20
This commit is contained in:
commit
9e0176d643
1 changed files with 1 additions and 2 deletions
|
@ -43,8 +43,7 @@ public class AssessmentGenerator {
|
||||||
alert.setHeaderText("Not enough words in practice list");
|
alert.setHeaderText("Not enough words in practice list");
|
||||||
alert.setResizable(false);
|
alert.setResizable(false);
|
||||||
alert.setContentText("Please add more words to your practice list on the dictionary page before trying to test yourself!");
|
alert.setContentText("Please add more words to your practice list on the dictionary page before trying to test yourself!");
|
||||||
Optional<ButtonType> result = alert.showAndWait();
|
alert.showAndWait();
|
||||||
ScreenSwitch.swap(ScreenSwitch.SceneEnum.dictionaryScene);
|
|
||||||
}else {
|
}else {
|
||||||
|
|
||||||
for (int numberToGenerate = 0; numberToGenerate < 10; numberToGenerate++) {
|
for (int numberToGenerate = 0; numberToGenerate < 10; numberToGenerate++) {
|
||||||
|
|
Reference in a new issue