posted 15 years ago
Thanks for pointing me back to Layout managers. I had looked at those earlier when making my initial design but didn't get so deeply involved with them.
I'm still having some difficulty. I tried setting the vGap for my GridLayout components but that doesn't have much effect.
It seems to me that the problem lies in the JScrollPanel. Rather than sizing everything so it can be read, and a scrollbar be utilized if necessary, the app is trying to fit everything into the single pane. Since that code is NetBeans-generated I've included it in its entirety:
Any other suggestions on what to try? Changing Layout properties or JScrollPanel properties or something else?
Thanks!