I have a GUI with a JPanel
and this panel adds 2 more panels. So I want one of this two panels to be in the highest quarter of the frame with a JComboBox
and the other should be in the other 3 quarters of the frame and has a JTable
in it. But with setBounds
method I can't place them right I think because of the table.
If someone already had the same problem and could help me, that would be great.