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
 		rep1.setBackground(Color.WHITE);
35
 		rep1.setBackground(Color.WHITE);
36
 		rep2.setBackground(Color.WHITE);
36
 		rep2.setBackground(Color.WHITE);
37
 
37
 
38
-		ok = new JButton("OK",  UIManager.getIcon("OptionPane.errorIcon"));
38
+		ok = new JButton("OK");
39
 		annuler = new JButton("Annuler");
39
 		annuler = new JButton("Annuler");
40
 		ok.addActionListener(this);
40
 		ok.addActionListener(this);
41
 		annuler.addActionListener(this);
41
 		annuler.addActionListener(this);