InterviewSolution
Saved Bookmarks
| 1. |
Described The Elements Of A Gridbaglayout Organized In Java Programming? |
|
Answer» 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. 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. |
|