It seems that I can do everything with a single Grid Layout–even tasks that might require multiple nested layouts if I did not use Grid Layout. Is a single Grid Layout a better approach than many different nested layouts?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Most screens work very naturally with BorderLayout and it gives good resizing behavior to components inside it.
Personally I’d really rather nest various components inside a BorderLayout–possibly using Grid inside and possibly using others.
Experiment a lot with resizing behavior and see what you think.
Resizing is the key.