I want to create a simple JFame though struggling to get to grips with layouts.
This is what my JFrame looks like:
NORTH:
JTextArea JButton
CENTER:
JButton JButton JButton JButton JButton
.................................................. ..........
.................................................. .........
.................................................. ...........
SOUTH:
JButton JButton JButton
The problem is the size of CENTER in comparison to NORTH and SOUTH. Also where the dotted lines are, I want to remove and add labels when buttons are pressed though I don't know how to refer to points underneath the buttons in CENTER, I've tried panels within panels and then tried to make the subpanel be positioned SOUTH of superpanel.