doLaunch(ureq);
}
}
private void doLaunch(UserRequest ureq) {
dockC = new DockController(ureq, getWindowControl(), false, new ControllerCreator(){
public Controller createController(UserRequest lureq, WindowControl lwControl) {
Controller foCtr = ForumUIFactory.getStandardForumController(lureq, lwControl, forum, foCallback);
Controller titledCtrl = TitledWrapperHelper.getWrapper(lureq, lwControl, foCtr, courseNode, "o_fo_icon");
foCtr.addControllerListener(FOCourseNodeRunController.this);
return titledCtrl;