MCQOPTIONS
Saved Bookmarks
| 1. |
How do you change the current layout manager for a container |
| A. | Use the setLayout() method |
| B. | Once created you cannot change the current layout manager of a component |
| C. | Use the setLayoutManager() method |
| D. | Use the updateLayout() method |
| Answer» B. Once created you cannot change the current layout manager of a component | |