Q. How do you change the current layout manager for a container (Solved)
1. Use the setLayout() method
2. Once created you cannot change the current layout manager of a component
3. Use the setLayoutManager() method
4. Use the updateLayout() method
- a. Use the setLayout() method