DEVFYI - Developer Resource - FYI

How are the elements of a GridBagLayout organized?

Java Interview Questions and Answers (part 1)


(Continued from previous question...)

93. How are the elements of a GridBagLayout organized?

The elements of a GridBagLayout are organized according to a grid. However, the elements are of different sizes and may occupy more than one row or column of the grid. In addition, the rows and columns may have different sizes.

(Continued on next question...)

Other Interview Questions