protected void createWindow(AbstractWindowContent content) {
commandManager.execute(new CreateWindowCommand(desktop, content));
}
private void createWindow(String contentType) {
commandManager.execute(new CreateWindowCommand(desktop,
windowContentProducer.createWindowContent(contentType)));
}