mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 02:07:42 +00:00
5369 minor clean up, update bundle files
This commit is contained in:
parent
ac4895103c
commit
f4708ab2fc
@ -165,5 +165,9 @@ ResultsPanel.invalidPageNumber.title=Invalid Page Number
|
||||
ResultsPanel.pageControlsLabel.text=Pages:
|
||||
ResultsPanel.gotoPageLabel.text=Go to Page:
|
||||
ResultsPanel.pageSizeLabel.text=Page size:
|
||||
ResultsPanel.instancesList.border.title=Duplicate Files
|
||||
ResultsPanel.instancesList.border.title=Instances
|
||||
SearchNode.getName.text=Search Result
|
||||
# {0} - numberOfInstances
|
||||
VideoThumbnailPanel.countLabel.text=Numbber of Instances: {0}
|
||||
# {0} - fileSize
|
||||
VideoThumbnailPanel.sizeLabel.text=Size: {0} bytes
|
||||
|
@ -32,7 +32,7 @@ import org.openide.util.NbBundle.Messages;
|
||||
/**
|
||||
* Class which displays thumbnails and information for a video file.
|
||||
*/
|
||||
public final class VideoThumbnailPanel extends javax.swing.JPanel implements ListCellRenderer<VideoThumbnailsWrapper> {
|
||||
final class VideoThumbnailPanel extends javax.swing.JPanel implements ListCellRenderer<VideoThumbnailsWrapper> {
|
||||
|
||||
private static final int GAP_SIZE = 4;
|
||||
private static final Color SELECTION_COLOR = new Color(100, 200, 255);
|
||||
@ -41,7 +41,7 @@ public final class VideoThumbnailPanel extends javax.swing.JPanel implements Lis
|
||||
/**
|
||||
* Creates new form VideoThumbnailPanel
|
||||
*/
|
||||
public VideoThumbnailPanel() {
|
||||
VideoThumbnailPanel() {
|
||||
initComponents();
|
||||
this.setFocusable(true);
|
||||
}
|
||||
|
@ -21,7 +21,6 @@ package org.sleuthkit.autopsy.filequery;
|
||||
import java.awt.Image;
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
import org.sleuthkit.datamodel.TskCoreException;
|
||||
|
||||
/**
|
||||
* Class to wrap all the information necessary for video thumbnails to be
|
||||
|
Loading…
x
Reference in New Issue
Block a user