Managing Event of checkbox in JTable
Hi
I have a table in which i have added a check box and text box in table initially the text box i have set disable.now i have to enable the text box through the event of check box in each row.
eg:
COLUMN - 1COLUMN - 2 COLUMN - 3
ROW - 1CHECK BOX1SOME TEXT1TEXT BOX1
ROW - 2CHECK BOX2SOME TEXT2TEXT BOX2
ROW - 3CHECK BOX3SOME TEXT3TEXT BOX3
I Have to click the check box 1 and by clicking the check box i have to enable the
textbox 1.

