I have a JTable in which I want to call a function when a cell is double-clicked and call another function when the cell is triple-clicked.
When the cell is triple-c
You need to delay the execution of double click to check if its a tripple click.
double click
tripple click
Hint.
if getClickCount()==2 then put it to wait.. for say like 200ms?
getClickCount()==2
200ms