I have a basic swing JTable and the requirement is that when clicked on any cell, the entire row should be highlighted, and also that the cell which was clicked should be a
You would need to turn row selection off and cell selection on for the table. Then find a way to go back and highlight the row if needed.