Package org.sleuthkit.autopsy.timeline.ui

Examples of org.sleuthkit.autopsy.timeline.ui.TimeLineResultView


    synchronized private void customizeComponents() {

        dataContentPanel = DataContentPanel.createInstance();
        this.contentViewerContainerPanel.add(dataContentPanel, BorderLayout.CENTER);
        tlrv = new TimeLineResultView(dataContentPanel);
        DataResultPanel dataResultPanel = tlrv.getDataResultPanel();
        this.resultContainerPanel.add(dataResultPanel, BorderLayout.CENTER);
        dataResultPanel.open();

        Platform.runLater(() -> {
View Full Code Here

TOP

Related Classes of org.sleuthkit.autopsy.timeline.ui.TimeLineResultView

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.