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

(-)uihandler/src/org/netbeans/modules/exceptions/ReporterResultTopComponent.form (-2 / +2 lines)
Lines 1-4 Link Here
1
<?xml version="1.0" encoding="UTF-8" ?>
1
<?xml version="1.1" encoding="UTF-8" ?>
2
2
3
<Form version="1.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
3
<Form version="1.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
4
  <Properties>
4
  <Properties>
Lines 71-77 Link Here
71
          <Group type="103" groupAlignment="0" attributes="0">
71
          <Group type="103" groupAlignment="0" attributes="0">
72
              <Group type="102" alignment="0" attributes="0">
72
              <Group type="102" alignment="0" attributes="0">
73
                  <Component id="jButton1" min="-2" max="-2" attributes="0"/>
73
                  <Component id="jButton1" min="-2" max="-2" attributes="0"/>
74
                  <EmptySpace pref="197" max="32767" attributes="0"/>
74
                  <EmptySpace pref="173" max="32767" attributes="0"/>
75
              </Group>
75
              </Group>
76
          </Group>
76
          </Group>
77
        </DimensionLayout>
77
        </DimensionLayout>
(-)uihandler/src/org/netbeans/modules/exceptions/ReporterResultTopComponent.java (-1 / +4 lines)
Lines 283-289 Link Here
283
                try {
283
                try {
284
                    if (EventQueue.isDispatchThread()) {
284
                    if (EventQueue.isDispatchThread()) {
285
                        if (show) {
285
                        if (show) {
286
                            ReporterResultTopComponent.this.requestVisible();
286
                           final ReporterResultTopComponent topComponent =
287
                                 ReporterResultTopComponent.this;
288
                           topComponent.requestVisible();
289
                           topComponent.requestActive();
287
                        }
290
                        }
288
                        dataDisplayer.setPage(localData);
291
                        dataDisplayer.setPage(localData);
289
                    } else {
292
                    } else {

Return to bug 181922