I'm trying to build a java GUI with SWING in Window Builder using Eclipse IDE. What I want to do is to create a long form. I create a JPanel, I can adjust the size of this JPanel in the editing area by dragging the boder of the panel as normal, But the problem I found is that no matter how far I drag down the bottom border, the heigth of this JPanel won't go any further.
I found some answers saying that the edit window of Window Builder won't render any components falling outside of the bounds of the display size. That means in the edit area of Window Builder in Eclipse, I can only create and see a JPanel whose maximum size equals to my display resolution?
That's not very convenient especially when you want to edit GUI in a WYSIWYG way. Then what can we do when people really need a big GUI?