// push on controller stack and register <this> as controllerlistener
tabbedPane.addTab(translate("tab.chat"), ccc.getInitialComponent());
}
VFSContainer namedContainerImpl = new NamedContainerImpl( translate("coursefolder", course.getCourseTitle()),
course.getCourseFolderContainer());
clayoutC = new CourseLayoutController(ureq, getWindowControl(), changedCourseConfig, namedContainerImpl);
this.listenTo(clayoutC);
tabbedPane.addTab(translate("tab.layout"), clayoutC.getInitialComponent());
csfC = new CourseSharedFolderController(ureq, getWindowControl(), changedCourseConfig);
this.listenTo(csfC);