Go to the documentation of this file.
19package org.sleuthkit.autopsy.commandlineingest;
21import java.awt.Dimension;
22import javax.swing.JDialog;
23import org.openide.util.NbBundle;
24import org.openide.windows.WindowManager;
25import org.sleuthkit.autopsy.casemodule.StartupWindowInterface;
37 private static final Dimension
DIMENSIONS =
new Dimension(300, 50);
40 super(WindowManager.getDefault().getMainWindow(),
TITLE,
true);
42 add(
new CommandLinePanel());
49 setLocationRelativeTo(WindowManager.getDefault().getMainWindow());
CommandLineStartupWindow()
static final Dimension DIMENSIONS
static final String TITLE
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.