Hello all, how to remove a selected row in Java swing(JTable). If any one knows this please help me...

Recommended Answers

All 2 Replies

If you are using the DefaultTableModel for your model, you can call removeRow(int row) . If you are using your own custom table model then you must implement it yourself.

and use a descriptive topic rather than some random combination of letters.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.