projectController.initRecentSessionsManager(openRecentComponentsMenu);
VRL.setCurrentProjectController(projectController);
shellInput = new VTextPane();
shellView = new ShellView(shellInput);
shellScrollPane.getViewport().add(shellView.getEditor());
shellView.setShell(shell);
initCanvas(mainCanvas);