$
This commit is contained in:
parent
ef454e5a18
commit
d358885086
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user