I want to add an actionListener
to JTable
cell value which means when the user clicks on cell text, an action going to call. The text of the cell value will show like a hyperlink. which allows the user to click on it.
- Important note: I know how to add an action to the whole cell. My problem is that I want to add it to just a text like a link.