OSDN Git Service

ボタンの変数名誤り修正.
authoryuki <yuki@c066991c-cf13-ec4a-a49a-846e61667af5>
Thu, 3 Dec 2009 09:35:06 +0000 (09:35 +0000)
committeryuki <yuki@c066991c-cf13-ec4a-a49a-846e61667af5>
Thu, 3 Dec 2009 09:35:06 +0000 (09:35 +0000)
git-svn-id: http://192.168.11.7/svn/saccubus/trunk@66 c066991c-cf13-ec4a-a49a-846e61667af5

frontend/src/saccubus/VideoSaveInfoPanel.form
frontend/src/saccubus/VideoSaveInfoPanel.java

index 74a4625..aed7741 100644 (file)
@@ -34,8 +34,8 @@
       <Group type="103" groupAlignment="0" attributes="0">
           <Group type="102" attributes="0">
               <Group type="103" groupAlignment="0" attributes="0">
-                  <Component id="videoSaveButton" min="-2" max="-2" attributes="0"/>
-                  <Component id="videoNoSaveButton" alignment="0" min="-2" max="-2" attributes="0"/>
+                  <Component id="videoNoSaveButton" min="-2" max="-2" attributes="0"/>
+                  <Component id="videoSaveButton" alignment="0" min="-2" max="-2" attributes="0"/>
               </Group>
               <EmptySpace max="-2" attributes="0"/>
           </Group>
     <DimensionLayout dim="1">
       <Group type="103" groupAlignment="0" attributes="0">
           <Group type="102" alignment="0" attributes="0">
-              <Component id="videoSaveButton" min="-2" max="-2" attributes="0"/>
-              <EmptySpace max="-2" attributes="0"/>
               <Component id="videoNoSaveButton" min="-2" max="-2" attributes="0"/>
               <EmptySpace max="-2" attributes="0"/>
+              <Component id="videoSaveButton" min="-2" max="-2" attributes="0"/>
+              <EmptySpace max="-2" attributes="0"/>
               <Component id="basicSetting" min="-2" max="-2" attributes="0"/>
               <EmptySpace type="unrelated" max="-2" attributes="0"/>
               <Component id="videoUseNiBrButton" min="-2" max="-2" attributes="0"/>
@@ -70,7 +70,7 @@
     </DimensionLayout>
   </Layout>
   <SubComponents>
-    <Component class="javax.swing.JRadioButton" name="videoSaveButton">
+    <Component class="javax.swing.JRadioButton" name="videoNoSaveButton">
       <Properties>
         <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
           <ComponentRef name="videoSavingGroup"/>
@@ -78,7 +78,7 @@
         <Property name="text" type="java.lang.String" value="&#x52d5;&#x753b;&#x3092;&#x30c0;&#x30a6;&#x30f3;&#x30ed;&#x30fc;&#x30c9;&#x3057;&#x306a;&#x3044;"/>
       </Properties>
     </Component>
-    <Component class="javax.swing.JRadioButton" name="videoNoSaveButton">
+    <Component class="javax.swing.JRadioButton" name="videoSaveButton">
       <Properties>
         <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
           <ComponentRef name="videoSavingGroup"/>
index 6b082ff..4a4cc66 100644 (file)
@@ -31,8 +31,8 @@ class VideoSaveInfoPanel extends javax.swing.JPanel {
 
         videoSavingGroup = new javax.swing.ButtonGroup();
         videoNamingGroup = new javax.swing.ButtonGroup();
-        videoSaveButton = new javax.swing.JRadioButton();
         videoNoSaveButton = new javax.swing.JRadioButton();
+        videoSaveButton = new javax.swing.JRadioButton();
         basicSetting = new javax.swing.JPanel();
         delVideoCheckBox = new javax.swing.JCheckBox();
         saveFolderRadioButton = new javax.swing.JRadioButton();
@@ -48,11 +48,11 @@ class VideoSaveInfoPanel extends javax.swing.JPanel {
 
         setBorder(javax.swing.BorderFactory.createTitledBorder("\93®\89æ\95Û\91\90Ý\92è"));
 
-        videoSavingGroup.add(videoSaveButton);
-        videoSaveButton.setText("\93®\89æ\82ð\83_\83E\83\93\83\8d\81[\83h\82µ\82È\82¢");
-
         videoSavingGroup.add(videoNoSaveButton);
-        videoNoSaveButton.setText("\93®\89æ\82ð\83_\83E\83\93\83\8d\81[\83h\82·\82é");
+        videoNoSaveButton.setText("\93®\89æ\82ð\83_\83E\83\93\83\8d\81[\83h\82µ\82È\82¢");
+
+        videoSavingGroup.add(videoSaveButton);
+        videoSaveButton.setText("\93®\89æ\82ð\83_\83E\83\93\83\8d\81[\83h\82·\82é");
 
         delVideoCheckBox.setText("\95Ï\8a·\8cã\82É\93®\89æ\83t\83@\83C\83\8b\82ð\8dí\8f\9c\82·\82é");
 
@@ -134,8 +134,8 @@ class VideoSaveInfoPanel extends javax.swing.JPanel {
             layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
             .addGroup(layout.createSequentialGroup()
                 .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
-                    .addComponent(videoSaveButton)
-                    .addComponent(videoNoSaveButton))
+                    .addComponent(videoNoSaveButton)
+                    .addComponent(videoSaveButton))
                 .addContainerGap())
             .addGroup(layout.createSequentialGroup()
                 .addComponent(videoUseNiBrButton)
@@ -150,10 +150,10 @@ class VideoSaveInfoPanel extends javax.swing.JPanel {
         layout.setVerticalGroup(
             layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
             .addGroup(layout.createSequentialGroup()
-                .addComponent(videoSaveButton)
-                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                 .addComponent(videoNoSaveButton)
                 .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
+                .addComponent(videoSaveButton)
+                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                 .addComponent(basicSetting, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
                 .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
                 .addComponent(videoUseNiBrButton)