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

(-)TreeTable.java (+2 lines)
Lines 1427-1432 Link Here
1427
                //trees
1427
                //trees
1428
                e.setSource(getTree());
1428
                e.setSource(getTree());
1429
                treeAction.actionPerformed(e);
1429
                treeAction.actionPerformed(e);
1430
            } else {
1431
                tableAction.actionPerformed(e);
1430
            }
1432
            }
1431
        }
1433
        }
1432
        
1434
        

Return to bug 37318