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);
this.updateClientPerspective = new UpdateClientPerspective(this);
if (!new File("lastSession.settings").exists()) {
this.settingsPerspective.getContent().setSelection(0);