Go to the documentation of this file.
19package org.sleuthkit.autopsy.casemodule;
21import java.awt.Dimension;
22import java.awt.event.ActionEvent;
23import java.awt.event.ActionListener;
24import javax.swing.JDialog;
25import org.openide.util.NbBundle;
26import org.openide.util.lookup.ServiceProvider;
27import org.openide.windows.WindowManager;
36 private static final String
TITLE = NbBundle.getMessage(
StartupWindow.class,
"StartupWindow.title.text");
37 private static final Dimension
DIMENSIONS =
new Dimension(750, 400);
41 super(WindowManager.getDefault().getMainWindow(),
TITLE,
true);
49 welcomeWindow.setCloseButtonActionListener(
new ActionListener() {
51 public void actionPerformed(ActionEvent e) {
65 setLocationRelativeTo(WindowManager.getDefault().getMainWindow());
71 this.setVisible(
false);
static final Dimension DIMENSIONS
static final long serialVersionUID
static final String TITLE
static CueBannerPanel welcomeWindow
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.