@ -1,4 +1,4 @@
right,wrong,wrong,wrong,1
-,-,-,-,2
wrong,right,wrong,right,2
-,-,-,-,3
-,-,-,-,4
@ -43,7 +43,7 @@ GridBagConstraints gbc;
}
@Override
public void createHeadline() {
Headline = new JLabel("Wer wird Million�r?");
Headline = new JLabel("Wer wird Millionär?");
headingPanel.add(Headline);
MainPanel.add(headingPanel);
Headline.setHorizontalAlignment(JLabel.CENTER);
@ -21,6 +21,17 @@ public class loadNextQuestion implements ActionListener {
else if (runGame.splitAns[4].equals("2")) {
if (e.getSource() == GameGui.AnswersBtn2) {
if (GameGui.questionNr != runGame.arrQuestions.length - 1) {
runGame StartGame = new runGame();
StartGame.run(GameGui.questionNr);
} else {
System.exit(0);