Search code examples
javamysqlswingjtableabstracttablemodel

JTable Actionlistener on click an row with parameter


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.


Solution