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.

[502 byte] By [smt123] at [2007-9-26 4:02:58]
# 1
Someone please replythanx
smt123 at 2007-6-29 13:00:06 > top of Java-index,Desktop,Core GUI APIs...