Go to the documentation of this file.
19package org.sleuthkit.autopsy.menuactions;
21import java.awt.Component;
22import java.awt.Dimension;
23import java.awt.event.ActionEvent;
24import javax.swing.AbstractAction;
25import org.openide.util.actions.Presenter;
31class SpacerPanel
extends javax.swing.JPanel {
34 this.setPreferredSize(
new Dimension(1000, 20));
38class SpacerAction
extends AbstractAction implements Presenter.Toolbar {
41 public void actionPerformed(ActionEvent e) {
45 public Component getToolbarPresenter() {
46 return new SpacerPanel();
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.