JTable Actionlistener on click an row with parameter

731 views Asked by At

I have a table created over AbstractTableModel. In this table I have a rows. And I need add ActionListener with parameter from column "ID from database" - viz. Image. This ActionListener should call when you double click the row. Image

So my question is how to get the parameter from the table ActionListener to JDialog.

Thank you for any help.

1

There are 1 answers

2
MadProgrammer On BEST ANSWER