I'm reading about Java GUI topics, while I'm reading about GroupLayout
I found that it needs a Container object. However what I understood that the LayoutManager
is used to layout may container, so I need to set what is the layout for my container, but in group layout I must set the Container which the group layout will manage.
Do I understand something wrong or there is no misunderstanding?