super(x, y, width, height, false, title);
this.windowWidth = width;
chatLog = new TextArea();
chatLog.setColors(new CharColor(CharColor.WHITE, CharColor.BLACK));
textField = new TextField();
button = new Button("Send");
button.setShortCut('\n');
button.addListener(this);
int innerHeight = height - 5;
GridLayoutManager manager = new GridLayoutManager(1, innerHeight);