I have to select the checkbox two times to check/uncheck in jTable
- by 117526709403775781607
I have a jTable code i intend to use, but the problem with it is that when i click on the checkbox once it doesn't select/deselect it, instead i have to click twice. But if i select any other cell in the row except the one containing the checkbox the purpose is solved.
HERE IS MY CODE :
public class TableSelectionTest extends JFrame implements…