GRID
I need to design a grid for my application using awt
where i have 6 columns and rows can be added on click of a button.
The grid cells may be simple textfields or combobox(choice box)
Let me know how can i do it.
I have done one using GridBagLayout .
But the components are not aligned .The alignment should be like in an excel sheet.
Also the more no. of rows i add the components have to defined.I cannot
have a unique name for the component.

