Hi all.
I've an
applet which throws a JFrame.
The JFrame constains a relatively complex GridBagLayout.
When the JFrame pops up, and before I maximize it, the components appear "scrunched" up, overlapping one another in a mess, as if swing is trying to fit everything into the minimized JFrame.
However, once I maximize the JFrame, the components are laid out as intended.
Why is this so and how can I prevent the JComponents from being scrunched up before maximizing the JFrame?
TIA :-)