displayBackgroundColor);
this.chatDisplay.setAlwaysShowScrollBars(true);
this.chatDisplay.addChatDisplayListener(this.chatDisplayListener);
// ChatInput
this.chatInput = new ChatInput(sashForm, chatInputStyle);
this.chatInput.addKeyListener(this.chatInputListener);
/*
* Updates SashForm weights to emulate a fixed ChatInput height
*/