Monday, 24 August 2009

Java Certification Question 0074

How do you change the current layout manager for a container

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


Answer 1) Use the setLayout method

No comments:

Post a Comment