Saved Bookmarks
| 1. |
Which layout managaer are used to arrange componets as row and colums |
|
Answer» Answer: Java AWT | GRIDLAYOUT CLASS. GridLayout class represents a LAYOUT manager with a specified number of rows and columns in a rectangular grid. The GridLayout container is divided into an equal-sized of RECTANGLES, and one of the components is placed in each RECTANGLE. |
|