I would like to open new window when user double-click in specyfic JTable row. Type of window depends from row. How can I create ActionListener for double-click in JTable row ?
Asked
Active
Viewed 895 times
0
-
1See here: http://stackoverflow.com/questions/1378096/actionlistener-on-jlabel-or-jtable-cell – Hakan Serce May 29 '12 at 18:18
1 Answers
1
use getClickCount()
method, to capture double count.... getClickCount() gives info abt what type of click it was (ie single, double, triple, etc) but NOT the total click count.

Kumar Vivek Mitra
- 33,294
- 6
- 48
- 75