LayoutManagers Overview
LayoutManager.getDefinition(): //returns: Layout managers provide different metaphors for organizing the atomic components within a content pane. Layout Managers include FlowLayout, BorderLayout, BoxLayout, CardLayout, GridLayout, and GridBagLayout. You can create your own layout managers, or use a null layout manager, which requires you to position each component using absolute pixel values. FlowLayout is used as the default layout manager if you do not specify a particular one you'd like to use.
LayoutManager.stepInto() { We will step into layout managers for a moment here so that we can forget about them for the rest of the topic. They are the underlying arranger of the space, so it is appropriate to start with them. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access