How to open new window
I have developed a JTable. What I need to do next is to have listeners for each of the cells in the table such that when the cell is double clicked, a new window should pop up.
What listener needs to be implemented for this? Will the TableModelListener work?
Any sample code, anyone?

