Go to the documentation of this file.
19package org.sleuthkit.autopsy.corecomponents;
21import java.awt.Dialog;
22import org.netbeans.core.actions.AboutAction;
23import org.openide.DialogDescriptor;
24import org.openide.DialogDisplayer;
25import org.openide.awt.ActionID;
26import org.openide.awt.ActionReference;
27import org.openide.awt.ActionRegistration;
28import org.openide.util.NbBundle;
29import org.openide.util.NbBundle.Messages;
35@ActionID(
id =
"org.sleuthkit.autopsy.corecomponents.AboutWindowAction", category =
"Help")
36@ActionRegistration(displayName =
"#CTL_CustomAboutAction", iconInMenu =
true, lazy =
false)
37@ActionReference(path =
"Menu/Help", position = 3000, separatorBefore = 2999)
43 DialogDescriptor descriptor =
new DialogDescriptor(
49 DialogDescriptor.DEFAULT_ALIGN,
54 dlg = DialogDisplayer.getDefault().createDialog(descriptor);
55 dlg.setResizable(
true);
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.