| <html> | |
| <head> | |
| <link rel="stylesheet" type="text/css" href="default.css" media="screen" /> | |
| </head> | |
| <body> | |
| <h2>GridLayout</h2> | |
| <p> | |
| A GridLayout can be used to lay out controls in a grid with a configurable | |
| number of columns. | |
| The preferred size and alignment can be specified for every single child. | |
| </p> | |
| </body> | |
| </html> |