Ask Question
2 June, 06:21

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)

+3
Answers (1)
  1. 2 June, 09:47
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers