Consider a situation , In a JTable I have 3 columns
Now on checking a Check-box in column No. 2 the column no. 3 will have a JTextBox .
That is the column no 3 will have a JTextBox only if the Check box is Checked.
Hi ,
I have an issue related something like this.
I have 14 colums in a JTable, now in column 10 whenever I am checking that Checkbox then in Column 12 (Here I have a JtextBox with a Button) , the celleditor will be changed to a simple Jtextbox.