no message
This commit is contained in:
parent
75fb694113
commit
fb57aaa152
|
|
@ -144,7 +144,7 @@ public class FightControl extends JPanel {
|
||||||
Start.zlConfigs.forEach((obj) -> {
|
Start.zlConfigs.forEach((obj) -> {
|
||||||
Integer Count = obj.getNum();
|
Integer Count = obj.getNum();
|
||||||
String NameFront = obj.getName();
|
String NameFront = obj.getName();
|
||||||
String NameBack = obj.getName();
|
String NameBack = obj.getName2();
|
||||||
|
|
||||||
Object[] rowData = {Count, NameFront ,NameBack};
|
Object[] rowData = {Count, NameFront ,NameBack};
|
||||||
tableModel.addRow(rowData);
|
tableModel.addRow(rowData);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue