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