I'm starting with java and I had a problem, I have a table that is populated through a MYSQL database, this data is inserted through the "addRow ()" function where I also add a checkbox the problem is I want to disable the checkbox so that the user is not able to change their status, however I have not found information about how to do it.