I haven't done this stuff since Java 1.1 and AWT GridBagLayout, but it looks like you may want to check out Chapter 10 of "John Zukowski's Definitive Guide to Swing for Java 2" (Apress 1999).
Mark -----Original Message----- From: Harinath DP [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 7:18 AM Hi Mark, I am trying to implement something like AWT/Swing grid (similar to DBGrid in Visual Basic) where in number of rows can be increased by click of button or when the rows are exhausted. I need to present user with few rows (initially) for him to do data entry which can be captured in ActionForm for further processing by my business tier Hari -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

