Transférer les fichiers vers 'src/Test'
This commit is contained in:
parent
0f93f7cc80
commit
834baf4081
@ -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());
|
||||||
|
Loading…
Reference in New Issue
Block a user