|
Java™ by example!
|
|
|
|
Become a member to observe this category
|
|
Layout Managers
A container (such as Window, Frame, etc.) contains multiple child components. The container is responsible for laying out these components. It does that through a layout manager that defines a way the child components should be positioned and resized. The most complex layout manager is the GridBagLayout, check out the links below for extensive information on this one.
Subcategories
Questions & Answers
= answered, = unanswered
General:
Why do we need Layout Managers?
How do I switch between cards in a CardLayout
Further Information (sorted alphabetically)
Api's:
Articles:
Related Links:
|
|
|
|
|