Package org.sleuthkit.autopsy.corecomponents

Examples of org.sleuthkit.autopsy.corecomponents.DataResultPanel


    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(() -> {
            //assemble ui componenets together
            jFXstatusPanel.setScene(new Scene(statusBar));
View Full Code Here

TOP

Related Classes of org.sleuthkit.autopsy.corecomponents.DataResultPanel

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.