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.

[432 byte] By [Rajeev.Asthana] at [2007-9-30 23:14:39]
# 1
This may be good enough for your purposes: http://java.sun.com/docs/books/tutorial/uiswing/components/table.html#selection
Mr_Anderson_1 at 2007-7-7 13:47:13 > top of Java-index,Desktop,Core GUI APIs...