Method can be used to set the layout manager of a container.
a. setManager
b. setLayout
c. setLayoutManager
d. setGUILayout
B
Computer Science & Information Technology
You might also like to view...
Which type of website would StumbleUpon be classified as?
a. Crowdfunding site b. Live bookmarking site c. Metasearch site d. Social bookmarking site
Computer Science & Information Technology
Which of the following statements is false?
a. Variables declared in the body of a particular method are local variables and can be used only in that method. b. A method’s parameters are local variables of the method. c. Every method’s body is delimited by left and right braces ({ and }). d. Keyword null indicates that a method will perform a task but will not return any information.
Computer Science & Information Technology