I am currently using JTable to display content in a database. I want to provide a tool for the user so that he can select the number of rows he wants using the shift + key, and then delete these entries using the option provided for deletion. Give a small example.
java swing jtable
Supereme
source share