|
Does the JTable give you a visual indication that row selection is taking place, i.e., do the rows change color? If not, you may have setEnabled(false) your JTable, so it is no longer responding, or something else that is keeping the JTable from receiving mouse clicks.
|