mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
2304 Refresh recent cases table when button clicked
This commit is contained in:
parent
a46141f659
commit
7c5e8c6e73
@ -243,6 +243,7 @@ public class CueBannerPanel extends javax.swing.JPanel {
|
||||
|
||||
private void openRecentButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_openRecentButtonActionPerformed
|
||||
recentCasesWindow.setLocationRelativeTo(WindowManager.getDefault().getMainWindow());
|
||||
OpenRecentCasePanel.getInstance(); //refreshes the recent cases table
|
||||
recentCasesWindow.setVisible(true);
|
||||
}//GEN-LAST:event_openRecentButtonActionPerformed
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user