diff --git a/Core/src/org/sleuthkit/autopsy/report/ReportProgressPanel.java b/Core/src/org/sleuthkit/autopsy/report/ReportProgressPanel.java index f3128a7290..89b152abf0 100644 --- a/Core/src/org/sleuthkit/autopsy/report/ReportProgressPanel.java +++ b/Core/src/org/sleuthkit/autopsy/report/ReportProgressPanel.java @@ -29,7 +29,6 @@ import java.io.File; import java.io.IOException; import java.util.logging.Level; import org.sleuthkit.autopsy.coreutils.Logger; -import org.sleuthkit.autopsy.report.infrastructure.ReportProgressIndicator; /** * A panel used by a report generation module to show progress. @@ -75,7 +74,7 @@ public class ReportProgressPanel extends javax.swing.JPanel { * @param reportName The name of the report being generated. * @param reportPath The path to the report file. */ - public void setLabels(String reportName, String reportPath) { + public final void setLabels(String reportName, String reportPath) { reportLabel.setText(reportName); if (null != reportPath) { pathLabel.setText("" + shortenPath(reportPath) + ""); //NON-NLS @@ -85,10 +84,16 @@ public class ReportProgressPanel extends javax.swing.JPanel { @Override public void mouseClicked(MouseEvent mouseEvent) { + /* + * Do nothing for this event. + */ } @Override public void mousePressed(MouseEvent mouseEvent) { + /* + * Do nothing for this event. + */ } @Override diff --git a/Core/src/org/sleuthkit/autopsy/report/infrastructure/ReportProgressIndicator.java b/Core/src/org/sleuthkit/autopsy/report/infrastructure/ReportProgressIndicator.java index 0dfd3fe68f..a0e0b968fc 100755 --- a/Core/src/org/sleuthkit/autopsy/report/infrastructure/ReportProgressIndicator.java +++ b/Core/src/org/sleuthkit/autopsy/report/infrastructure/ReportProgressIndicator.java @@ -44,16 +44,6 @@ public class ReportProgressIndicator extends ReportProgressPanel { this.progressIndicator = progressIndicator; } - @Override - public void setLabels(String reportName, String reportPath) { - /* - * This method is not expected to be called. It exists for use by the - * ReportGenerationPanel, which is not expected to be instantiated when - * this class is used. - */ - super.setLabels(reportName, reportPath); - } - @Override @NbBundle.Messages({ "ReportProgressIndicator.startMessage=Report generation started" diff --git a/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties b/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties index 158d4a62d7..4fd4fb33d8 100644 --- a/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties +++ b/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties @@ -1,5 +1,5 @@ #Updated by build script -#Wed, 02 Oct 2019 12:06:32 -0400 +#Fri, 04 Oct 2019 14:30:10 -0400 LBL_splash_window_title=Starting Autopsy SPLASH_HEIGHT=314 SPLASH_WIDTH=538 diff --git a/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties b/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties index 3f60232032..17f4cb7436 100644 --- a/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties +++ b/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties @@ -1,4 +1,4 @@ #Updated by build script -#Wed, 02 Oct 2019 12:06:32 -0400 +#Fri, 04 Oct 2019 14:30:10 -0400 CTL_MainWindow_Title=Autopsy 4.13.0 CTL_MainWindow_Title_No_Project=Autopsy 4.13.0