diff --git a/src.zip b/src.zip index 63db5f8..c50c3dc 100644 Binary files a/src.zip and b/src.zip differ diff --git a/src/gui/UI_LenheartUI/ItemRecovery.java b/src/gui/UI_LenheartUI/ItemRecovery.java index ec51f02..b903c67 100644 --- a/src/gui/UI_LenheartUI/ItemRecovery.java +++ b/src/gui/UI_LenheartUI/ItemRecovery.java @@ -43,8 +43,8 @@ public class ItemRecovery extends JPanel { Map> ConfigItemJson = new HashMap<>(); for (int i = 0; i < rowCount; i++) { String Key = tableModel.getValueAt(i, 2).toString(); - Integer A = (int) tableModel.getValueAt(i, 3); - Integer B = (int) tableModel.getValueAt(i, 0); + Integer A = (int) tableModel.getValueAt(i, 0); + Integer B = (int) tableModel.getValueAt(i, 3); Integer C = (int) tableModel.getValueAt(i, 1); List Data = new ArrayList<>(); @@ -83,7 +83,7 @@ public class ItemRecovery extends JPanel { new Object[][] { }, new String[] { - "\u6240\u9700\u7269\u54c1\u4ee3\u7801", "\u7269\u54c1\u5151\u6362\u6570\u91cf", "\u7269\u54c1\u5151\u6362\u4ee3\u7801", "\u6240\u9700\u7269\u54c1\u6570\u91cf" + "\u7269\u54c1\u5151\u6362\u4ee3\u7801", "\u7269\u54c1\u5151\u6362\u6570\u91cf", "\u6240\u9700\u7269\u54c1\u4ee3\u7801", "\u6240\u9700\u7269\u54c1\u6570\u91cf" } ) { Class[] columnTypes = new Class[] { diff --git a/src/gui/UI_LenheartUI/ItemRecovery.jfd b/src/gui/UI_LenheartUI/ItemRecovery.jfd index f9bd8b0..c51f3ca 100644 --- a/src/gui/UI_LenheartUI/ItemRecovery.jfd +++ b/src/gui/UI_LenheartUI/ItemRecovery.jfd @@ -12,9 +12,9 @@ new FormModel { add( new FormComponent( "javax.swing.JTable" ) { name: "ItemTable" "model": new com.jformdesigner.model.SwingTableModel( new java.util.Vector, new java.util.Vector { - add( "所需物品代码" ) - add( "物品兑换数量" ) add( "物品兑换代码" ) + add( "物品兑换数量" ) + add( "所需物品代码" ) add( "所需物品数量" ) }, new java.util.Vector { add( class java.lang.Integer )