| Author |
What is the difference between Grid and Gridbaglayout?
|
me sesil
Greenhorn
Joined: Dec 19, 2003
Posts: 18
|
|
any one help me.i'mn a begineer in this area.please explain me briefly. thanx in advance.
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24061
|
|
GridLayout is a very simple layout manager that can arrange components in a grid of rows and columns. Every cell in the grid, and thus every component, is resized to be the same exact size. GridBagLayout is much more complex, and much more flexible. It also arranges components in rows and columns, but individual components can span multiple rows or multiple columns and thus the components in the grid can vary in size.
|
[Jess in Action][AskingGoodQuestions]
|
 |
 |
|
|
subject: What is the difference between Grid and Gridbaglayout?
|
|
|