I suspect GridLayout to be the culprit here. Since GridLayout makes all the cells equal in size I can't have the JTextArea displaying larger than the JRadioButtons. Is this correct?
With that in mind I've moved to GridBagLayout
Any suggestions on how to correct this so that I can back to my original problem?
Without deviation from the norm, progress is not possible - Zappa. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
|