How to fill the data in JTable at runtime

hi all,

My problem is that I have a JTable with 10 rows and 10 columns.

Now I have to fill the table with data at runtime and not at the time of loading of the Frame. I have a button ,when i clik that button I need to insert data into the JTable.

Please kindly help me out in solving this problem.

regards

RAKESH SAGAR

[359 byte] By [rakesh.sagara] at [2007-10-2 10:09:41]
# 1
Use setValueAt and getValueAt method of JTable to insret data in JTableBye for nowCSJakharia
CSJakhariaa at 2007-7-13 1:29:15 > top of Java-index,Archived Forums,Java 2 Software Development Kit (J2SE SDK)...