OSDN Git Service

適用ボタンを押した後はフィールドを初期化する
authoryukihane <yukihane.feather@gmail.com>
Tue, 30 Aug 2011 07:50:48 +0000 (16:50 +0900)
committeryukihane <yukihane.feather@gmail.com>
Tue, 30 Aug 2011 07:50:48 +0000 (16:50 +0900)
frontend/src/yukihane/inqubus/gui/MainFrame.java

index 56e6fc5..c642a7d 100644 (file)
@@ -411,6 +411,7 @@ public class MainFrame extends JFrame {
             final RequestProcess rp = new RequestProcess(downProf, id, convProf);
             taskManager.add(rp);
             targetModel.addTarget(new Target(rp));
+            initInputPanel();
         }
     }
     /** This method is called from within the constructor to