All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gu.dtalk.RootMenu Maven / Gradle / Ivy

The newest version!
package gu.dtalk;

import static gu.dtalk.CommonConstant.*;

/**
 * 根菜单 
 * @author guyadong
 *
 */
public class RootMenu extends MenuItem {

	public RootMenu() {
		super();
		setName("");
		// root菜单没有back
		items.remove(BACK_NAME);
		addChilds(CommonUtils.makeQuit());	
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy