無人機動兵器ダンジョン探索ゲーム JAVAベース
チップ編集画面に操作説明表示を追加
| @@ -70,6 +70,9 @@ | ||
| 70 | 70 | button.setActionCommand("OK"); |
| 71 | 71 | button.addActionListener(pevent); |
| 72 | 72 | p.add(button, BorderLayout.SOUTH); |
| 73 | + Label label = new Label(CarnageHack.resource.getString("chipeditInfo"), | |
| 74 | + Label.CENTER); | |
| 75 | + p.add(label,BorderLayout.NORTH); | |
| 73 | 76 | } |
| 74 | 77 | |
| 75 | 78 | /** |