This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 179834
Collapse All | Expand All

(-)a/moduleresolver/nbproject/project.xml (-1 / +9 lines)
Lines 11-17 Link Here
11
                    <compile-dependency/>
11
                    <compile-dependency/>
12
                    <run-dependency>
12
                    <run-dependency>
13
                        <release-version>1</release-version>
13
                        <release-version>1</release-version>
14
                        <specification-version>1.4</specification-version>
14
                        <specification-version>1.12</specification-version>
15
                    </run-dependency>
15
                    </run-dependency>
16
                </dependency>
16
                </dependency>
17
                <dependency>
17
                <dependency>
Lines 63-68 Link Here
63
                        <specification-version>7.9</specification-version>
63
                        <specification-version>7.9</specification-version>
64
                    </run-dependency>
64
                    </run-dependency>
65
                </dependency>
65
                </dependency>
66
                <dependency>
67
                    <code-name-base>org.openide.util.lookup</code-name-base>
68
                    <build-prerequisite/>
69
                    <compile-dependency/>
70
                    <run-dependency>
71
                        <specification-version>8.2</specification-version>
72
                    </run-dependency>
73
                </dependency>
66
            </module-dependencies>
74
            </module-dependencies>
67
            <public-packages/>
75
            <public-packages/>
68
        </data>
76
        </data>
(-)a/moduleresolver/src/org/netbeans/modules/moduleresolver/ui/ContentPanel.form (-4 / +5 lines)
Lines 4-9 Link Here
4
  <AuxValues>
4
  <AuxValues>
5
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
5
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
6
    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
6
    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
7
    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
7
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
8
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
8
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
9
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
9
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
10
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
Lines 25-34 Link Here
25
    <DimensionLayout dim="1">
26
    <DimensionLayout dim="1">
26
      <Group type="103" groupAlignment="0" attributes="0">
27
      <Group type="103" groupAlignment="0" attributes="0">
27
          <Group type="102" alignment="0" attributes="0">
28
          <Group type="102" alignment="0" attributes="0">
28
              <Component id="pCentral" pref="25" max="32767" attributes="0"/>
29
              <Component id="pCentral" min="-2" max="-2" attributes="0"/>
29
              <EmptySpace min="-2" pref="25" max="-2" attributes="0"/>
30
              <EmptySpace min="-2" pref="25" max="-2" attributes="1"/>
30
              <Component id="spTable" min="-2" pref="247" max="-2" attributes="0"/>
31
              <Component id="spTable" pref="272" max="32767" attributes="0"/>
31
              <EmptySpace max="-2" attributes="0"/>
32
              <EmptySpace min="-2" max="-2" attributes="0"/>
32
          </Group>
33
          </Group>
33
      </Group>
34
      </Group>
34
    </DimensionLayout>
35
    </DimensionLayout>
(-)a/moduleresolver/src/org/netbeans/modules/moduleresolver/ui/ContentPanel.java (-4 / +3 lines)
Lines 112-119 public final class ContentPanel extends Link Here
112
                }
112
                }
113
            }
113
            }
114
        }
114
        }
115
        pCentral.revalidate ();
115
        revalidate();
116
        revalidate ();
117
    }
116
    }
118
    
117
    
119
    public void replaceComponents (final JComponent... comps) {
118
    public void replaceComponents (final JComponent... comps) {
Lines 186-194 public final class ContentPanel extends Link Here
186
        layout.setVerticalGroup(
185
        layout.setVerticalGroup(
187
            layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
186
            layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
188
            .add(layout.createSequentialGroup()
187
            .add(layout.createSequentialGroup()
189
                .add(pCentral, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 25, Short.MAX_VALUE)
188
                .add(pCentral, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
190
                .add(25, 25, 25)
189
                .add(25, 25, 25)
191
                .add(spTable, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 247, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
190
                .add(spTable, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 272, Short.MAX_VALUE)
192
                .addContainerGap())
191
                .addContainerGap())
193
        );
192
        );
194
    }// </editor-fold>//GEN-END:initComponents
193
    }// </editor-fold>//GEN-END:initComponents
(-)a/moduleresolver/src/org/netbeans/modules/moduleresolver/ui/LicensePanel.form (-6 / +7 lines)
Lines 8-13 Link Here
8
  <AuxValues>
8
  <AuxValues>
9
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
9
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
10
    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
10
    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
11
    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
11
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
12
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
12
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
13
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
13
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
14
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
Lines 20-32 Link Here
20
    <DimensionLayout dim="0">
21
    <DimensionLayout dim="0">
21
      <Group type="103" groupAlignment="0" attributes="0">
22
      <Group type="103" groupAlignment="0" attributes="0">
22
          <Group type="102" alignment="1" attributes="0">
23
          <Group type="102" alignment="1" attributes="0">
23
              <Group type="103" groupAlignment="1" max="-2" attributes="0">
24
              <Group type="103" groupAlignment="1" attributes="0">
24
                  <Component id="rbDismis" alignment="0" max="32767" attributes="1"/>
25
                  <Component id="rbDismis" alignment="0" pref="460" max="32767" attributes="1"/>
25
                  <Component id="rbAccept" alignment="0" max="32767" attributes="1"/>
26
                  <Component id="rbAccept" alignment="0" pref="460" max="32767" attributes="1"/>
26
                  <Component id="taTitle" alignment="0" pref="460" max="32767" attributes="1"/>
27
                  <Component id="taTitle" alignment="0" min="-2" pref="460" max="-2" attributes="1"/>
27
                  <Component id="spLicenses" alignment="0" max="32767" attributes="1"/>
28
                  <Component id="spLicenses" alignment="0" pref="460" max="32767" attributes="2"/>
28
              </Group>
29
              </Group>
29
              <EmptySpace max="32767" attributes="0"/>
30
              <EmptySpace min="-2" max="-2" attributes="0"/>
30
          </Group>
31
          </Group>
31
      </Group>
32
      </Group>
32
    </DimensionLayout>
33
    </DimensionLayout>
(-)a/moduleresolver/src/org/netbeans/modules/moduleresolver/ui/LicensePanel.java (-6 / +6 lines)
Lines 183-194 public class LicensePanel extends javax. Link Here
183
        layout.setHorizontalGroup(
183
        layout.setHorizontalGroup(
184
            layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
184
            layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
185
            .add(org.jdesktop.layout.GroupLayout.TRAILING, layout.createSequentialGroup()
185
            .add(org.jdesktop.layout.GroupLayout.TRAILING, layout.createSequentialGroup()
186
                .add(layout.createParallelGroup(org.jdesktop.layout.GroupLayout.TRAILING, false)
186
                .add(layout.createParallelGroup(org.jdesktop.layout.GroupLayout.TRAILING)
187
                    .add(org.jdesktop.layout.GroupLayout.LEADING, rbDismis, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
187
                    .add(org.jdesktop.layout.GroupLayout.LEADING, rbDismis, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 460, Short.MAX_VALUE)
188
                    .add(org.jdesktop.layout.GroupLayout.LEADING, rbAccept, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
188
                    .add(org.jdesktop.layout.GroupLayout.LEADING, rbAccept, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 460, Short.MAX_VALUE)
189
                    .add(org.jdesktop.layout.GroupLayout.LEADING, taTitle, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 460, Short.MAX_VALUE)
189
                    .add(org.jdesktop.layout.GroupLayout.LEADING, taTitle, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 460, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
190
                    .add(org.jdesktop.layout.GroupLayout.LEADING, spLicenses))
190
                    .add(org.jdesktop.layout.GroupLayout.LEADING, spLicenses, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 460, Short.MAX_VALUE))
191
                .addContainerGap(org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
191
                .addContainerGap())
192
        );
192
        );
193
        layout.setVerticalGroup(
193
        layout.setVerticalGroup(
194
            layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
194
            layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)

Return to bug 179834