@ -1,4 +1,5 @@
right,wrong,wrong,wrong,1
wrong,right,wrong,wrong,2
wrong,wrong,right,wrong,3
-,-,-,-,4
wrong,wrong,wrong,right,4
-,-,-,-,1
test1
test2
test3
test4
test5
@ -42,7 +42,19 @@ public class loadNextQuestion implements ActionListener {
System.exit(0);
}
else if (runGame.splitAns[4].equals("4")) {
if (e.getSource() == GameGui.AnswersBtn4) {
if (GameGui.questionNr != runGame.arrQuestions.length - 1) {
runGame StartGame = new runGame();
StartGame.run(GameGui.questionNr);
} else {