From 06028be983cae64dad8dc6f6be33ab9b0f98c65e Mon Sep 17 00:00:00 2001 From: Eugene Livis Date: Wed, 14 Aug 2019 11:34:58 -0400 Subject: [PATCH] Changes to ArtifactSelectionDialog --- .../sleuthkit/autopsy/report/ArtifactSelectionDialog.form | 5 ++++- .../sleuthkit/autopsy/report/ArtifactSelectionDialog.java | 3 ++- Core/src/org/sleuthkit/autopsy/report/Bundle.properties | 5 +++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/report/ArtifactSelectionDialog.form b/Core/src/org/sleuthkit/autopsy/report/ArtifactSelectionDialog.form index 76a6f6cec7..7afc432836 100644 --- a/Core/src/org/sleuthkit/autopsy/report/ArtifactSelectionDialog.form +++ b/Core/src/org/sleuthkit/autopsy/report/ArtifactSelectionDialog.form @@ -36,7 +36,7 @@ - + @@ -107,6 +107,9 @@ + + + diff --git a/Core/src/org/sleuthkit/autopsy/report/ArtifactSelectionDialog.java b/Core/src/org/sleuthkit/autopsy/report/ArtifactSelectionDialog.java index b0655dfa2b..a01853aa37 100644 --- a/Core/src/org/sleuthkit/autopsy/report/ArtifactSelectionDialog.java +++ b/Core/src/org/sleuthkit/autopsy/report/ArtifactSelectionDialog.java @@ -159,6 +159,7 @@ public class ArtifactSelectionDialog extends javax.swing.JDialog { }); org.openide.awt.Mnemonics.setLocalizedText(titleLabel, org.openide.util.NbBundle.getMessage(ArtifactSelectionDialog.class, "ArtifactSelectionDialog.titleLabel.text")); // NOI18N + titleLabel.setToolTipText(org.openide.util.NbBundle.getMessage(ArtifactSelectionDialog.class, "ArtifactSelectionDialog.titleLabel.toolTipText")); // NOI18N org.openide.awt.Mnemonics.setLocalizedText(selectAllButton, org.openide.util.NbBundle.getMessage(ArtifactSelectionDialog.class, "ArtifactSelectionDialog.selectAllButton.text")); // NOI18N selectAllButton.addActionListener(new java.awt.event.ActionListener() { @@ -189,7 +190,7 @@ public class ArtifactSelectionDialog extends javax.swing.JDialog { .addComponent(selectAllButton, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))) .addGroup(layout.createSequentialGroup() .addComponent(titleLabel) - .addGap(0, 221, Short.MAX_VALUE)) + .addGap(0, 195, Short.MAX_VALUE)) .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup() .addGap(0, 0, Short.MAX_VALUE) .addComponent(okButton))) diff --git a/Core/src/org/sleuthkit/autopsy/report/Bundle.properties b/Core/src/org/sleuthkit/autopsy/report/Bundle.properties index fcdf92c2f3..0a725a2ae1 100644 --- a/Core/src/org/sleuthkit/autopsy/report/Bundle.properties +++ b/Core/src/org/sleuthkit/autopsy/report/Bundle.properties @@ -1,6 +1,6 @@ OpenIDE-Module-Name=Report CTL_ReportWizardAction=Run Report -ArtifactSelectionDialog.titleLabel.text=Select which artifacts you would like to report on: +ArtifactSelectionDialog.titleLabel.text=Select which result types you would like to report on: ArtifactSelectionDialog.okButton.text=OK ReportVisualPanel1.reportModulesLabel.text=Report Modules: ReportVisualPanel1.invalidModuleWarning=Encountered an invalid Report Module ({0}) @@ -17,7 +17,7 @@ ReportVisualPanel2.allResultsRadioButton.text=All Results ReportWizardFileOptionsVisualPanel.selectAllButton.text=Select All ReportWizardFileOptionsVisualPanel.deselectAllButton.text=Deselect All ReportWizardFileOptionsVisualPanel.jLabel1.text=Select items to include in File Report: -ArtifactSelectionDialog.dlgTitle.text=Advanced Artifact Selection +ArtifactSelectionDialog.dlgTitle.text=Result Type Selection FileReportDataTypes.filename.text=Name FileReportDataTypes.fileExt.text=File Extension FileReportDataTypes.fileType.text=File Type @@ -271,3 +271,4 @@ ReportProgressDialog.reportLabel.text=reportLabel ReportProgressDialog.statusMessageLabel.text=processingLabel ReportVisualPanel2.specificTaggedResultsRadioButton.text=Specific Tagged Results ReportVisualPanel2.allTaggedResultsRadioButton.text=All Tagged Results +ArtifactSelectionDialog.titleLabel.toolTipText=