|
|
@ -21,7 +21,6 @@ public class loadNextQuestion implements ActionListener { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
else if (runGame.splitAns[4].equals("2")) { |
|
|
|
if (e.getSource() == GameGui.AnswersBtn2) { |
|
|
|
loadQuestions(); |
|
|
@ -30,7 +29,6 @@ public class loadNextQuestion implements ActionListener { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
else if (runGame.splitAns[4].equals("3")) { |
|
|
|
if (e.getSource() == GameGui.AnswersBtn3) { |
|
|
|
loadQuestions(); |
|
|
@ -39,7 +37,6 @@ public class loadNextQuestion implements ActionListener { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
else if (runGame.splitAns[4].equals("4")) { |
|
|
|
if (e.getSource() == GameGui.AnswersBtn4) { |
|
|
|
loadQuestions(); |
|
|
|