update
This commit is contained in:
@@ -24,6 +24,11 @@ public class AffichageQuestion extends JPanel {
|
||||
public AffichageQuestion() {
|
||||
this.modeSolution = false;
|
||||
}
|
||||
|
||||
public JLabel afficherQuestion(Question question, int indexQuestion, ChoixUtilisateur choixUtilisateur) {
|
||||
JLabel labelQuestion = new JLabel(question.makeNewQuestion());
|
||||
return labelQuestion;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user