which layout managaer are used to arrange componets as row and colums
Answers
Answered by
9
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.
Similar questions