mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
7613 add pop up menu back
This commit is contained in:
parent
345f4bddcc
commit
a914ab6295
@ -130,7 +130,7 @@ public final class OtherOccurrencesPanel extends javax.swing.JPanel {
|
|||||||
exportToCSVMenuItem.addActionListener(actList);
|
exportToCSVMenuItem.addActionListener(actList);
|
||||||
showCaseDetailsMenuItem.addActionListener(actList);
|
showCaseDetailsMenuItem.addActionListener(actList);
|
||||||
showCommonalityMenuItem.addActionListener(actList);
|
showCommonalityMenuItem.addActionListener(actList);
|
||||||
|
filesTable.setComponentPopupMenu(rightClickPopupMenu);
|
||||||
// Configure column sorting.
|
// Configure column sorting.
|
||||||
TableRowSorter<TableModel> sorter = new TableRowSorter<>(filesTable.getModel());
|
TableRowSorter<TableModel> sorter = new TableRowSorter<>(filesTable.getModel());
|
||||||
filesTable.setRowSorter(sorter);
|
filesTable.setRowSorter(sorter);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user