Go to the documentation of this file.
19package org.sleuthkit.autopsy.datasourcesummary.ui;
22import java.awt.event.ActionEvent;
23import javax.swing.AbstractAction;
24import javax.swing.SwingUtilities;
25import org.openide.util.NbBundle.Messages;
26import org.openide.windows.WindowManager;
45 @Messages({
"ViewSummaryInformationAction.name.text=View Summary Information"})
47 super(Bundle.ViewSummaryInformationAction_name_text());
53 SwingUtilities.invokeLater(() -> {
54 Frame mainWindow = WindowManager.getDefault().getMainWindow();
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.