headerPanel.add(header);
headerPanel.add(menu);
headerPanel.add(toolbar);
output = new OutputPart();
output.setOutput("Initializing...");
body = new BodyPart();
body.setWidth("100%");
body.setHeight("100%");
body.setTopLeftWidget(this.editor);
body.setTopRightWidget(this.previewer);
body.setBottomWidget(this.output);