I have a table with the cells containing data as hyperlink. And I have a mouseEvent created on each cell, whenever a mouse clicked, the hyperlink is called, eventhough the click happened on whitespace. I wanted to have the hyperlink active only on text content, not anywhere else on the whitespace in the table Cell. I could find a related scenario on c# where we have dataGridView1_CellContentClick this occurs only the mouseevent occurred on content, I want something similar to do in Java swings. Please let me know, if anybody knows.
Can you please provide me an example, if you have anywhere seen this scenario.
thanks.