private DefaultMutableTreeNode rootTreeNode;
private String commonImagesPath;
public MenuGestioneSalTreeBean() {
mb = new GestioneSalMessageBundle();
commonImagesPath = configBean.getCommonImagesPath();
rootTreeNode = new DefaultMutableTreeNode();
IceUserObjectWithStyle rootObject = new IceUserObjectWithStyle(rootTreeNode);
rootObject.setText(mb.getMessage("ProgramMenuGestioneSal"));