I have been facing the above mentioned problem in my java application that I recently created. Even though I clearly set the field as JPasswordField and have tried to mask t
Have you tried to disable cell editing on the password column?
You can do this by extending the JTable class and replacing the isCellEditable function with your own implementation.