Ask Question

Which layout manager constructor call would be best-suited to create a telephone handset GUI which has three rows of three keys each with labels, 1,2,3,4,5,6,7,8,9, and a fourth row with labels *, 0, and #? Select one:a. new GridLayout (3,4) b. new GridLayout (4,3) c. new FlowLayout (4,3) d. new BorderLayout (3,4)

+2
Answers (1)
  1. 12 October, 04:24
    0
    The correct option : b. new GridLayout (4,3)

    Explanation:

    The total number of rows are 4 and total number of columns are 3.

    So the total keys can be added is 4*3=12. This is suited for telephone keypad.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Which layout manager constructor call would be best-suited to create a telephone handset GUI which has three rows of three keys each with ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers