Go to the documentation of this file.
19package org.sleuthkit.autopsy.corecomponents;
21import java.awt.Component;
22import javax.swing.JFrame;
23import javax.swing.JPanel;
24import org.openide.windows.WindowManager;
31@SuppressWarnings(
"PMD.SingularField")
47 super((JFrame) WindowManager.getDefault().getMainWindow(),
true);
48 setResizable(resizable);
50 this.setIconImage(
null);
61 this.setTitle(panel.getName());
63 panel.setAlignmentX(Component.CENTER_ALIGNMENT);
66 this.setLocationRelativeTo(WindowManager.getDefault().getMainWindow());
67 this.setVisible(
true);
82 @SuppressWarnings(
"unchecked")
86 setDefaultCloseOperation(javax.swing.WindowConstants.DISPOSE_ON_CLOSE);
87 getContentPane().setLayout(
new javax.swing.BoxLayout(getContentPane(), javax.swing.BoxLayout.LINE_AXIS));
AdvancedConfigurationCleanDialog(boolean resizable)
void display(JPanel panel)
AdvancedConfigurationCleanDialog()
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.