Transférer les fichiers vers 'src/Test'

This commit is contained in:
Romain BESSON 2022-12-03 17:31:18 +01:00
parent 0f93f7cc80
commit 834baf4081

View File

@ -633,8 +633,8 @@ public class Controller implements ActionListener, ListSelectionListener {
+ tm.getValueAt(cell[0], 0) + " " + tm.getValueAt(cell[0], 1), + tm.getValueAt(cell[0], 0) + " " + tm.getValueAt(cell[0], 1),
500, 500,
250, 250,
this.av.getX(), this.parent.getLocation().x + (this.parent.getSize().width - 500) / 2,
this.av.getY(), this.parent.getLocation().y + (this.parent.getSize().height - 250) / 2,
forModal forModal
); );
this.parent.updateTable(this.initTable()); this.parent.updateTable(this.initTable());