HyperLinks in JXTable column, populated from database
问题 My question is how can I make the hyperlinks from a JXTable column (just for one/specific column) to action like "_blank" links of my default desktop web browser. I use JXTable and a DefaultTableModel, also I call the data from a sqlite database. I made the research on the internet, google, [...] and I found a lot of information which says, If I don't make a mistake: registering a MouseListener to JXTable; generate point object from MouseEvent; get the text via getValueAt ***Note: The column