From dcf8da3bfeee0c9e7df3b577befe1ba3ee46ad09 Mon Sep 17 00:00:00 2001 From: William Schaefer Date: Fri, 23 Oct 2020 17:13:56 -0400 Subject: [PATCH] 6773 remove titled border used for debugging --- .../autopsy/discovery/ui/ArtifactsListPanel.form | 9 +-------- .../autopsy/discovery/ui/ArtifactsListPanel.java | 3 +-- .../org/sleuthkit/autopsy/discovery/ui/Bundle.properties | 1 - 3 files changed, 2 insertions(+), 11 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/discovery/ui/ArtifactsListPanel.form b/Core/src/org/sleuthkit/autopsy/discovery/ui/ArtifactsListPanel.form index 2dbdf435bc..dc5a9fb0c6 100644 --- a/Core/src/org/sleuthkit/autopsy/discovery/ui/ArtifactsListPanel.form +++ b/Core/src/org/sleuthkit/autopsy/discovery/ui/ArtifactsListPanel.form @@ -33,14 +33,7 @@ - - - - - - - - + diff --git a/Core/src/org/sleuthkit/autopsy/discovery/ui/ArtifactsListPanel.java b/Core/src/org/sleuthkit/autopsy/discovery/ui/ArtifactsListPanel.java index 9f88c1e91b..bc0c8a89b0 100644 --- a/Core/src/org/sleuthkit/autopsy/discovery/ui/ArtifactsListPanel.java +++ b/Core/src/org/sleuthkit/autopsy/discovery/ui/ArtifactsListPanel.java @@ -126,8 +126,7 @@ class ArtifactsListPanel extends JPanel { setOpaque(false); - jScrollPane1.setBorder(javax.swing.BorderFactory.createTitledBorder(org.openide.util.NbBundle.getMessage(ArtifactsListPanel.class, "ArtifactsListPanel.jScrollPane1.border.title"))); // NOI18N - jScrollPane1.setPreferredSize(null); + jScrollPane1.setBorder(null); jTable1.setAutoCreateRowSorter(true); jTable1.setModel(tableModel); diff --git a/Core/src/org/sleuthkit/autopsy/discovery/ui/Bundle.properties b/Core/src/org/sleuthkit/autopsy/discovery/ui/Bundle.properties index bf0db90a22..851045c71a 100644 --- a/Core/src/org/sleuthkit/autopsy/discovery/ui/Bundle.properties +++ b/Core/src/org/sleuthkit/autopsy/discovery/ui/Bundle.properties @@ -60,4 +60,3 @@ DomainSummaryPanel.totalVisitsLabel.text= FileDetailsPanel.instancesList.border.title=Instances CookieDetailsPanel.jLabel1.text=Artifact: CookieDetailsPanel.jLabel2.text= -ArtifactsListPanel.jScrollPane1.border.title=scrollPane