BorderLayout « Button « Java Swing Q&A





1. Regarding adding buttons inside BorderLayout at a specific location    coderanch.com

Brian, I have tried what you suggested, but that didn't work. Let me explain you the problem in more detail and hopefully, that might help you suggest an answer for my problem. I want to create the following UI - |------------------------------------|------------| |====================================|============| |====================================|=Draw Graph=| |=====Draw the graph here.===========|=Legend=====| |=====(Include X & Y Axes)===========|=Here=======| |====================================|============| |====================================|============| |====================================|============| |------------------------------------|------------| |==============Draw buttons here =================| ...

3. Resizing JButtons in a BorderLayout    forums.oracle.com