this.workspace = new Composite(this.mainContainer, SWT.NONE);
this.workspace.setLayout(this.workspaceStack);
this.workspace.setLayoutData(this.workspaceStackLayoutData);
this.loggerContainer = new Composite(mainContainer, SWT.NONE);
this.logger = new ClientLoggerComponent(loggerContainer, this);
this.spPerspective = new ResourceAllocationPerspective(this);
this.ttPerspective = new TransportationTaskPerspective(this);
this.settingsPerspective = new SettingsPerspective(this);