Browse Source

corrections diverses

PCYoshi 9 years ago
parent
commit
87ac80eaa8

BIN
java/java.jar View File


+ 1
- 1
java/src/InterfaceGraphique/DialogBoxes/NouvelleReponseDialog.java View File

@@ -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);