OSDN Git Service

fixed: 画像ファイルの時刻設定フィールドが表示される
authorhaya4 <hayashi.yuu@gmail.com>
Sat, 12 Oct 2019 05:08:52 +0000 (14:08 +0900)
committerhaya4 <hayashi.yuu@gmail.com>
Sat, 12 Oct 2019 05:08:52 +0000 (14:08 +0900)
src/osm/jp/gpx/matchtime/gui/restamp/RestampDialog.java

index 223de8e..5b00348 100644 (file)
@@ -116,7 +116,7 @@ public class RestampDialog extends Dialog implements Observer
         
         //---------------------------------------------------------------------
         params = new AppParameters();
-        cards = new Card[3];
+        cards = new Card[2];
         cardPanel = new JTabbedPane(JTabbedPane.LEFT);
         mainPanel.add(cardPanel, BorderLayout.CENTER);
         int cardNo = 0;
@@ -180,6 +180,7 @@ public class RestampDialog extends Dialog implements Observer
 
         //---------------------------------------------------------------------
         // 2a. 開始画像の本当の時刻を設定の入力画面
+        /*
         {
             CardCorectTime card = new CardCorectTime(cardPanel, arg2_basetime);
             cardPanel.addTab(card.getTitle(), card);
@@ -187,6 +188,7 @@ public class RestampDialog extends Dialog implements Observer
             cards[cardNo] = card;
             cardNo++;
         }
+        */
         
         //{{REGISTER_LISTENERS
         SymWindow aSymWindow = new SymWindow();