From a914ab6295f771809dcd02cb95f77071f4498c11 Mon Sep 17 00:00:00 2001 From: William Schaefer Date: Fri, 14 May 2021 10:50:40 -0400 Subject: [PATCH] 7613 add pop up menu back --- .../centralrepository/contentviewer/OtherOccurrencesPanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/centralrepository/contentviewer/OtherOccurrencesPanel.java b/Core/src/org/sleuthkit/autopsy/centralrepository/contentviewer/OtherOccurrencesPanel.java index d6588c2313..45bbceed2b 100644 --- a/Core/src/org/sleuthkit/autopsy/centralrepository/contentviewer/OtherOccurrencesPanel.java +++ b/Core/src/org/sleuthkit/autopsy/centralrepository/contentviewer/OtherOccurrencesPanel.java @@ -130,7 +130,7 @@ public final class OtherOccurrencesPanel extends javax.swing.JPanel { exportToCSVMenuItem.addActionListener(actList); showCaseDetailsMenuItem.addActionListener(actList); showCommonalityMenuItem.addActionListener(actList); - + filesTable.setComponentPopupMenu(rightClickPopupMenu); // Configure column sorting. TableRowSorter sorter = new TableRowSorter<>(filesTable.getModel()); filesTable.setRowSorter(sorter);