JDK 21 | swing
Hello everyone.
If you can directly insert the Components (for example: JButton, JTextField,...) in a JFrame, why would it be necessary to previously insert a Container such as JPanel and only insert the Components on top of it?
Thank you very much already.