mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
7229 remove unnecessary code
This commit is contained in:
parent
661dad6027
commit
bf0601cd60
@ -62,8 +62,6 @@ final class DomainArtifactsTabPanel extends JPanel {
|
||||
initComponents();
|
||||
this.artifactType = type;
|
||||
listPanel = new ArtifactsListPanel(artifactType);
|
||||
listPanel.setFocusCycleRoot(true);
|
||||
listPanel.setFocusable(true);
|
||||
listPanel.addMouseListener(new ArtifactMenuMouseAdapter(listPanel));
|
||||
mainSplitPane.setLeftComponent(listPanel);
|
||||
add(mainSplitPane);
|
||||
|
@ -83,8 +83,6 @@ final class MiniTimelinePanel extends javax.swing.JPanel {
|
||||
}
|
||||
}
|
||||
};
|
||||
dateListPanel.setFocusCycleRoot(true);
|
||||
dateListPanel.setFocusable(true);
|
||||
dateListPanel.addSelectionListener(dateListener);
|
||||
artifactListPanel.addSelectionListener(artifactListener);
|
||||
leftSplitPane.setLeftComponent(dateListPanel);
|
||||
|
Loading…
x
Reference in New Issue
Block a user