I ran setHeight(600)on Window that it was the initial size. I also went and did setAutoScroll(true).
When the window size changes, the window itself changes. I want the window to stay fixed in size, and when the content gets bigger, add scrollbars. I can get this by manually resizing the window, and then let the content grow or shrink.
source
share