2304 Refresh recent cases table when button clicked

This commit is contained in:
William Schaefer 2017-02-28 12:48:08 -05:00
parent a46141f659
commit 7c5e8c6e73

View File

@ -243,6 +243,7 @@ public class CueBannerPanel extends javax.swing.JPanel {
private void openRecentButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_openRecentButtonActionPerformed private void openRecentButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_openRecentButtonActionPerformed
recentCasesWindow.setLocationRelativeTo(WindowManager.getDefault().getMainWindow()); recentCasesWindow.setLocationRelativeTo(WindowManager.getDefault().getMainWindow());
OpenRecentCasePanel.getInstance(); //refreshes the recent cases table
recentCasesWindow.setVisible(true); recentCasesWindow.setVisible(true);
}//GEN-LAST:event_openRecentButtonActionPerformed }//GEN-LAST:event_openRecentButtonActionPerformed