File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Swing / AWT / SWT / JFace and the fly likes How do i use hyperlinks in a JTable ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT / JFace
Reply Bookmark "How do i use hyperlinks in a JTable ?" Watch "How do i use hyperlinks in a JTable ?" New topic
Author

How do i use hyperlinks in a JTable ?

Dave Turner
Ranch Hand

Joined: Mar 13, 2001
Posts: 60
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
 
 
subject: How do i use hyperlinks in a JTable ?
 
Threads others viewed
JTable
JTable
JTable
JTable
JTable
IntelliJ Java IDE