• R/O
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

無人機動兵器ダンジョン探索ゲーム JAVAベース


Commit MetaInfo

Revision37 (tree)
Time2015-07-10 18:33:13
Authormanjihq

Log Message

チップ編集画面に操作説明表示を追加

Change Summary

Incremental Difference

--- CarnageHack2/trunk/src/CarnageHack/OkeSoftPanel.java (revision 36)
+++ CarnageHack2/trunk/src/CarnageHack/OkeSoftPanel.java (revision 37)
@@ -70,6 +70,9 @@
7070 button.setActionCommand("OK");
7171 button.addActionListener(pevent);
7272 p.add(button, BorderLayout.SOUTH);
73+ Label label = new Label(CarnageHack.resource.getString("chipeditInfo"),
74+ Label.CENTER);
75+ p.add(label,BorderLayout.NORTH);
7376 }
7477
7578 /**