hi, I have a JTable in which one of the columns contains links to websites in each of its cells. Nothing appears to happen when i move the mouse over the link, or when i click on it. Is it the case that i must use the standard mouselistener methods to capture the user clicking on the cell containing the hyperlink? Or will a hyperlink event be created by clicking on this link, and if so, how do i attach a listener to capture these events? Thanks Dave