Ask Question
9 December, 16:27

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. 9 December, 19:19
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers