So I'm working on a GUI for a project, and I would like to set it up as follows:
- Two JTables(one on BorderLayout.WEST, the other on BorderLayout.EAST)
- Two JComboBox's that sit above the JTables
- One Panel that sits between the JTables(BorderLayout.CENTER)
Can someone help me with this? I'm having trouble with the spacing between the components.