22100311 Java Scheme-2022
22100311 Java Scheme-2022
22100311 Java Scheme-2022
OR
25. What is Layout manager? Explain any three layout managers in which method is used toset the layout
manager.
The LayoutManagers are used to arrange components in a particular manner. The Java LayoutManagers
facilitates us to control the positioning and size of the components in GUI forms.
BorderLayout, FlowLayout ,GridLayout, CardLayout, GridBagLayout, BoxLayout, GroupLayout,
ScrollPaneLayout , SpringLayout etc.
Explain any of the three with example.