OSDN Git Service

動画ID入力欄見直し
authoryukihane <yukihane.feather@gmail.com>
Wed, 31 Aug 2011 03:48:28 +0000 (12:48 +0900)
committeryukihane <yukihane.feather@gmail.com>
Wed, 31 Aug 2011 03:48:28 +0000 (12:48 +0900)
frontend/src/yukihane/inqubus/gui/MainFrame.java

index 6af4364..60cf6c8 100644 (file)
@@ -254,10 +254,21 @@ public class MainFrame extends JFrame {
             glInputMain.createParallelGroup(Alignment.LEADING)
             .addGroup(glInputMain.createSequentialGroup()
                 .addContainerGap()
+                .addComponent(lblId)
+                .addPreferredGap(ComponentPlacement.RELATED)
+                .addComponent(fldId, GroupLayout.PREFERRED_SIZE, 100, Short.MAX_VALUE)
+                .addPreferredGap(ComponentPlacement.UNRELATED)
+                .addComponent(cbBackLogReduce)
+                .addPreferredGap(ComponentPlacement.UNRELATED)
+                .addComponent(cbBackLog)
+                .addPreferredGap(ComponentPlacement.RELATED)
+                .addComponent(fldBackLog, GroupLayout.PREFERRED_SIZE, 150, GroupLayout.PREFERRED_SIZE)
+            )
+            .addGroup(glInputMain.createSequentialGroup()
+                .addContainerGap()
                 .addGroup(glInputMain.createParallelGroup(Alignment.LEADING)
                     .addGroup(glInputMain.createSequentialGroup()
                         .addGroup(glInputMain.createParallelGroup(Alignment.LEADING)
-                            .addComponent(lblId)
                             .addComponent(lblVideo)
                             .addComponent(lblComment)
                             .addComponent(lblOutput))
@@ -269,13 +280,6 @@ public class MainFrame extends JFrame {
                                 .addComponent(fldVideo, GroupLayout.DEFAULT_SIZE, 317, Short.MAX_VALUE)
                                 .addPreferredGap(ComponentPlacement.RELATED)
                                 .addComponent(btnVideo))
-                            .addGroup(glInputMain.createSequentialGroup()
-                                .addComponent(fldId, GroupLayout.PREFERRED_SIZE, 100, GroupLayout.PREFERRED_SIZE)
-                                .addPreferredGap(ComponentPlacement.UNRELATED)
-                                .addComponent(cbBackLogReduce)
-                                .addComponent(cbBackLog)
-                                .addComponent(fldBackLog, GroupLayout.PREFERRED_SIZE, 150, GroupLayout.PREFERRED_SIZE)
-                            )
                             .addGroup(Alignment.TRAILING, glInputMain.createSequentialGroup()
                                 .addGroup(glInputMain.createParallelGroup(Alignment.TRAILING)
                                     .addGroup(Alignment.LEADING, glInputMain.createSequentialGroup()