Question: The command to create a layout with five rows and three columns is: new GridLayout(3, 5); addGridLayout(5,3); new GridLayout(5,3) setLayout(5,3); setLayout(3, 5)
The command to create a layout with five rows and three columns is: new GridLayout(3, 5); addGridLayout(5,3); new GridLayout(5,3) setLayout(5,3); setLayout(3, 5)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
