|
|
|
|
|
|
|
|
|
|
|
|
|
|
JAVA APPLET
Using Grid Layout A GridLayout allows you to build a table of components, and as you add them they are placed left-to-right and top-to-bottom in the grid. In the constructor you specify the number of rows and columns that you need and these are laid out in equal proportions. Here is an example to show Grid Layout
|
||||||||
|
|