Parcourir la source

corrections diverses

PCYoshi il y a 9 ans
Parent
révision
87ac80eaa8

BIN
java/java.jar Voir le fichier


+ 1
- 1
java/src/InterfaceGraphique/DialogBoxes/NouvelleReponseDialog.java Voir le fichier

@@ -35,7 +35,7 @@ public class NouvelleReponseDialog extends JDialog implements ActionListener
35 35
 		rep1.setBackground(Color.WHITE);
36 36
 		rep2.setBackground(Color.WHITE);
37 37
 
38
-		ok = new JButton("OK",  UIManager.getIcon("OptionPane.errorIcon"));
38
+		ok = new JButton("OK");
39 39
 		annuler = new JButton("Annuler");
40 40
 		ok.addActionListener(this);
41 41
 		annuler.addActionListener(this);