I have a JxTreeTable with four columns . First column has laboratory test names. Second column status of tests ie initially "pending". I need a buttons namely "send" and "complete" in third and fourth column respectively. When i click "send" button against a test ,status must change from "pending" to "waiting" and when i click "complete" button status must change from "waiting" to "complete". I created a JxTreeTable programmatically and added test name and status "pending" to JxtreeTable.
Now, how can I add Jbutton to third and fourth cell of JxtreeTable and how to change status by clicking thos buttons in cell.
Help me to sort this problem.