I can't able to insert multiple rows in JTable in netBeans. so please help me.
ThankYou..
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amira BedhiafiPosted Mar 22, 2025, 3:18 PM
Here are the main steps you can follow :
Create a
JTableand aDefaultTableModel.Add columns to the
DefaultTableModel.Insert rows into the
DefaultTableModel.