I tried to make keystroke Delete but when I select cell and press delete button it enter in the selected cell instead to delete the whole row . How I can disable Delete button t
To disable the automatic edition mode try this :
table.putClientProperty("JTable.autoStartsEdit", Boolean.FALSE);