How to show URL as a click-able URL in Table and allow them to open in default browser?

后端 未结 2 853
一整个雨季
一整个雨季 2020-12-11 08:18

I have Java Desktop application that displays some information in a JTable that may contain URLs with some text in some cells. How can I make only the URL click

2条回答
  •  一生所求
    2020-12-11 08:50

    here is a sample about displaying text as hyperlink: HyperLink in JTable Cell

提交回复
热议问题