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 171474
Collapse All | Expand All

(-)o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntCustomizer.form (-32 / +21 lines)
Lines 17-60 Link Here
17
    <DimensionLayout dim="0">
17
    <DimensionLayout dim="0">
18
      <Group type="103" groupAlignment="0" attributes="0">
18
      <Group type="103" groupAlignment="0" attributes="0">
19
          <Group type="102" alignment="0" attributes="0">
19
          <Group type="102" alignment="0" attributes="0">
20
              <Component id="antHomeLabel" min="-2" max="-2" attributes="0"/>
21
              <EmptySpace min="-2" pref="49" max="-2" attributes="0"/>
22
              <Group type="103" groupAlignment="0" attributes="0">
20
              <Group type="103" groupAlignment="0" attributes="0">
23
                  <Group type="102" alignment="0" attributes="0">
24
                      <Component id="cbAlwaysShowOutput" min="-2" max="-2" attributes="0"/>
25
                      <EmptySpace max="-2" attributes="0"/>
26
                  </Group>
27
                  <Group type="103" alignment="0" groupAlignment="0" attributes="0">
28
                      <Component id="lAntVersion" alignment="0" max="32767" attributes="0"/>
29
                      <Group type="102" alignment="0" attributes="0">
30
                          <Component id="tfAntHome" min="-2" pref="397" max="-2" attributes="0"/>
31
                          <EmptySpace max="-2" attributes="0"/>
32
                          <Component id="bAntHome" min="-2" max="-2" attributes="0"/>
33
                          <EmptySpace max="-2" attributes="0"/>
34
                          <Component id="bAntHomeDefault" min="-2" max="-2" attributes="0"/>
35
                          <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
36
                      </Group>
37
                      <Group type="102" attributes="0">
38
                          <Group type="103" groupAlignment="0" attributes="0">
39
                              <Component id="cbReuseOutput" alignment="0" min="-2" max="-2" attributes="0"/>
40
                              <Component id="cbSaveFiles" alignment="0" min="-2" max="-2" attributes="0"/>
41
                          </Group>
42
                          <EmptySpace max="32767" attributes="0"/>
43
                      </Group>
44
                  </Group>
45
              </Group>
46
          </Group>
47
          <Group type="102" alignment="0" attributes="0">
48
              <Group type="103" groupAlignment="0" attributes="0">
49
                  <Component id="verbosityLabel" alignment="0" min="-2" max="-2" attributes="0"/>
21
                  <Component id="verbosityLabel" alignment="0" min="-2" max="-2" attributes="0"/>
50
                  <Component id="classpathLabel" alignment="0" min="-2" max="-2" attributes="0"/>
22
                  <Component id="classpathLabel" alignment="0" min="-2" max="-2" attributes="0"/>
51
                  <Component id="propertiesLabel" alignment="0" min="-2" max="-2" attributes="0"/>
23
                  <Component id="propertiesLabel" alignment="0" min="-2" max="-2" attributes="0"/>
24
                  <Component id="antHomeLabel" alignment="0" min="-2" max="-2" attributes="0"/>
52
              </Group>
25
              </Group>
53
              <EmptySpace min="-2" pref="16" max="-2" attributes="0"/>
26
              <EmptySpace min="-2" pref="16" max="-2" attributes="0"/>
54
              <Group type="103" groupAlignment="0" attributes="0">
27
              <Group type="103" groupAlignment="0" attributes="0">
55
                  <Component id="propertiesPanel" alignment="0" min="-2" pref="549" max="-2" attributes="0"/>
28
                  <Group type="102" alignment="0" attributes="0">
56
                  <Component id="cbVerbosity" min="-2" max="-2" attributes="0"/>
29
                      <Component id="tfAntHome" max="32767" attributes="0"/>
57
                  <Component id="classpathPanel" alignment="0" min="-2" pref="549" max="-2" attributes="0"/>
30
                      <EmptySpace max="-2" attributes="0"/>
31
                      <Component id="bAntHome" min="-2" max="-2" attributes="0"/>
32
                      <EmptySpace max="-2" attributes="0"/>
33
                      <Component id="bAntHomeDefault" min="-2" max="-2" attributes="0"/>
34
                  </Group>
35
                  <Component id="lAntVersion" max="32767" attributes="0"/>
36
                  <Component id="classpathPanel" alignment="0" max="32767" attributes="0"/>
37
                  <Component id="propertiesPanel" alignment="0" max="32767" attributes="0"/>
38
                  <Group type="102" attributes="0">
39
                      <Group type="103" groupAlignment="0" attributes="0">
40
                          <Component id="cbSaveFiles" min="-2" max="-2" attributes="0"/>
41
                          <Component id="cbReuseOutput" min="-2" max="-2" attributes="0"/>
42
                          <Component id="cbAlwaysShowOutput" min="-2" max="-2" attributes="0"/>
43
                          <Component id="cbVerbosity" min="-2" max="-2" attributes="0"/>
44
                      </Group>
45
                      <EmptySpace min="0" pref="178" max="32767" attributes="0"/>
46
                  </Group>
58
              </Group>
47
              </Group>
59
          </Group>
48
          </Group>
60
      </Group>
49
      </Group>
Lines 96-102 Link Here
96
                      <Component id="propertiesPanel" min="-2" pref="93" max="-2" attributes="0"/>
85
                      <Component id="propertiesPanel" min="-2" pref="93" max="-2" attributes="0"/>
97
                  </Group>
86
                  </Group>
98
              </Group>
87
              </Group>
99
              <EmptySpace min="-2" max="-2" attributes="0"/>
88
              <EmptySpace max="32767" attributes="0"/>
100
          </Group>
89
          </Group>
101
      </Group>
90
      </Group>
102
    </DimensionLayout>
91
    </DimensionLayout>
(-)o.apache.tools.ant.module/src/org/apache/tools/ant/module/AntCustomizer.java (-26 / +19 lines)
Lines 317-352 Link Here
317
        layout.setHorizontalGroup(
317
        layout.setHorizontalGroup(
318
            layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
318
            layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
319
            .addGroup(layout.createSequentialGroup()
319
            .addGroup(layout.createSequentialGroup()
320
                .addComponent(antHomeLabel)
321
                .addGap(49, 49, 49)
322
                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
320
                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
323
                    .addGroup(layout.createSequentialGroup()
324
                        .addComponent(cbAlwaysShowOutput)
325
                        .addContainerGap())
326
                    .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
327
                        .addComponent(lAntVersion, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
328
                        .addGroup(layout.createSequentialGroup()
329
                            .addComponent(tfAntHome, javax.swing.GroupLayout.PREFERRED_SIZE, 397, javax.swing.GroupLayout.PREFERRED_SIZE)
330
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
331
                            .addComponent(bAntHome)
332
                            .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
333
                            .addComponent(bAntHomeDefault)
334
                            .addGap(0, 0, Short.MAX_VALUE))
335
                        .addGroup(layout.createSequentialGroup()
336
                            .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
337
                                .addComponent(cbReuseOutput)
338
                                .addComponent(cbSaveFiles))
339
                            .addContainerGap()))))
340
            .addGroup(layout.createSequentialGroup()
341
                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
342
                    .addComponent(verbosityLabel)
321
                    .addComponent(verbosityLabel)
343
                    .addComponent(classpathLabel)
322
                    .addComponent(classpathLabel)
344
                    .addComponent(propertiesLabel))
323
                    .addComponent(propertiesLabel)
324
                    .addComponent(antHomeLabel))
345
                .addGap(16, 16, 16)
325
                .addGap(16, 16, 16)
346
                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
326
                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
347
                    .addComponent(propertiesPanel, javax.swing.GroupLayout.PREFERRED_SIZE, 549, javax.swing.GroupLayout.PREFERRED_SIZE)
327
                    .addGroup(layout.createSequentialGroup()
348
                    .addComponent(cbVerbosity, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
328
                        .addComponent(tfAntHome)
349
                    .addComponent(classpathPanel, javax.swing.GroupLayout.PREFERRED_SIZE, 549, javax.swing.GroupLayout.PREFERRED_SIZE)))
329
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
330
                        .addComponent(bAntHome)
331
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
332
                        .addComponent(bAntHomeDefault))
333
                    .addComponent(lAntVersion, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
334
                    .addComponent(classpathPanel, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
335
                    .addComponent(propertiesPanel, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
336
                    .addGroup(layout.createSequentialGroup()
337
                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
338
                            .addComponent(cbSaveFiles)
339
                            .addComponent(cbReuseOutput)
340
                            .addComponent(cbAlwaysShowOutput)
341
                            .addComponent(cbVerbosity, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
342
                        .addGap(0, 178, Short.MAX_VALUE))))
350
        );
343
        );
351
        layout.setVerticalGroup(
344
        layout.setVerticalGroup(
352
            layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
345
            layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
Lines 379-385 Link Here
379
                    .addGroup(layout.createSequentialGroup()
372
                    .addGroup(layout.createSequentialGroup()
380
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
373
                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
381
                        .addComponent(propertiesPanel, javax.swing.GroupLayout.PREFERRED_SIZE, 93, javax.swing.GroupLayout.PREFERRED_SIZE)))
374
                        .addComponent(propertiesPanel, javax.swing.GroupLayout.PREFERRED_SIZE, 93, javax.swing.GroupLayout.PREFERRED_SIZE)))
382
                .addContainerGap())
375
                .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
383
        );
376
        );
384
    }// </editor-fold>//GEN-END:initComponents
377
    }// </editor-fold>//GEN-END:initComponents
385
378

Return to bug 171474