mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +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();
|
initComponents();
|
||||||
this.artifactType = type;
|
this.artifactType = type;
|
||||||
listPanel = new ArtifactsListPanel(artifactType);
|
listPanel = new ArtifactsListPanel(artifactType);
|
||||||
listPanel.setFocusCycleRoot(true);
|
|
||||||
listPanel.setFocusable(true);
|
|
||||||
listPanel.addMouseListener(new ArtifactMenuMouseAdapter(listPanel));
|
listPanel.addMouseListener(new ArtifactMenuMouseAdapter(listPanel));
|
||||||
mainSplitPane.setLeftComponent(listPanel);
|
mainSplitPane.setLeftComponent(listPanel);
|
||||||
add(mainSplitPane);
|
add(mainSplitPane);
|
||||||
|
@ -83,8 +83,6 @@ final class MiniTimelinePanel extends javax.swing.JPanel {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
dateListPanel.setFocusCycleRoot(true);
|
|
||||||
dateListPanel.setFocusable(true);
|
|
||||||
dateListPanel.addSelectionListener(dateListener);
|
dateListPanel.addSelectionListener(dateListener);
|
||||||
artifactListPanel.addSelectionListener(artifactListener);
|
artifactListPanel.addSelectionListener(artifactListener);
|
||||||
leftSplitPane.setLeftComponent(dateListPanel);
|
leftSplitPane.setLeftComponent(dateListPanel);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user