problem solved
Printable View
problem solved
Post code as an SSCCE, without which we have no context. Without any context, the operations could be: add a ListSelectionListener to the table. Within the Listener you can get the selected rows, get the data from the data model for the selected rows, and perform operation on said data.
problem solved