Right now, the width of an Window object ist set at constructor time. This should be made flexible. Current code looks like this: ``` Window chatWindow = new Window(250); chatWindow.x = 10; chatWindow.y = _debugWindow.y + _debugWindow.height + 10; ```