This commit is contained in:
pro.boooooo 2022-12-08 04:30:16 +01:00
parent ef454e5a18
commit d358885086

View File

@ -545,7 +545,7 @@ public class Controller implements ActionListener, ListSelectionListener {
if (this.db.insertRow("fi_groupe", new String[] { "nom", "min", "max" }, new String[] { nom, min, max })) {
JOptionPane.showMessageDialog(
this.parent,
"Groupe" + nom + "creer !",
"Groupe " + nom + " crée !",
"Succes",
JOptionPane.INFORMATION_MESSAGE);