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

(-)java.navigation/src/org/netbeans/modules/java/stackanalyzer/AnalyzeStackTopComponent.java (-1 / +1 lines)
Lines 106-112 Link Here
106
106
107
            @Override
107
            @Override
108
            public void mouseClicked (MouseEvent e) {
108
            public void mouseClicked (MouseEvent e) {
109
                if (e.getClickCount () != 2) {
109
                if (e.getClickCount () != 1) {
110
                    return;
110
                    return;
111
                }
111
                }
112
                int i = list.locationToIndex (e.getPoint ());
112
                int i = list.locationToIndex (e.getPoint ());

Return to bug 238721