$
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 })) {
|
if (this.db.insertRow("fi_groupe", new String[] { "nom", "min", "max" }, new String[] { nom, min, max })) {
|
||||||
JOptionPane.showMessageDialog(
|
JOptionPane.showMessageDialog(
|
||||||
this.parent,
|
this.parent,
|
||||||
"Groupe" + nom + "creer !",
|
"Groupe " + nom + " crée !",
|
||||||
"Succes",
|
"Succes",
|
||||||
JOptionPane.INFORMATION_MESSAGE);
|
JOptionPane.INFORMATION_MESSAGE);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user