I have a JTable which has a loop that adds rows with:
How can I put a checkbox into the row. If I tryCode:model.addRow(new Object[]{"", add(readThis), fromArray[i], subjectArray[i], dateArray[i], "NA"});
add(checkboxname) it won't work. I also need to know how to make each cell uneditable except for the first column.


Reply With Quote


Bookmarks