package arcade.security.gui;

import javax.swing.JToolBar;
/**
 * 
 * @author Meng Li
 *
 */
@SuppressWarnings("serial")
public class SecurityToolBar extends JToolBar {

	public SecurityToolBar() {
		super();
		//this.add(new ToolbarAction("example","admin"));
		setVisible(true);
	}
}
