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

(-)EmptyPanel.java (+5 lines)
Line 37 Link Here
37
        addMouseListener(new java.awt.event.MouseAdapter () {
38
            public void mousePressed (java.awt.event.MouseEvent evt) {
39
                EmptyPanel.this.requestFocus();
40
            }
41
        });

Return to bug 11149