int height = wDTO.getHeight();
String title = wDTO.getTitle();
int x = wDTO.getX();
int y = wDTO.getY();
WindowContent content = viewFactory
.createWindowContent(contentType);
content.setLabel(title);
desktop.createWindow(content, x, y, width, height);
/*
* important: we restore the content after the window was created,