Link in JTable entries
Hi,
I have coded a very basic table (JTable) that shows some rows.
Each row contains Employee# which I want to show as a "Link" which should be underlined and if it is clicked, a Window should be popped up showing more details of the entry.
How to make Employee# values underlined as links and how to capture Click event in the table?
Any help is appreciated.
Thanks in advance....
Rajeev.

