this.setLayout(new FillLayout());
this.sashForm = new SashForm(this, SWT.VERTICAL);
// ChatDisplay
this.chatDisplay = new ChatDisplay(sashForm, chatDisplayStyle,
displayBackgroundColor);
this.chatDisplay.setAlwaysShowScrollBars(true);
this.chatDisplay.addChatDisplayListener(this.chatDisplayListener);
// ChatInput