How to add new row from JTable comp in netbeans GUI?
In these 2 days i had been trying to understand the jTable in order to add new rows in runtime GUI and so far not successful. went through the tutorial from sun tutorial website
and seems like the tutorial is not using a comp from the pallette in netbeans but creating a new table from scratch. I'm trying to build a GUI and use the jTable as one of the comp. This is different from the tutorial. Since that the jTable comp had been provided, why i still need to create the table from scratch? Can i just use the component? If anyone have idea pls advise..
thanks
z