I have a JTextPane
which displays a link to which on click should open a page in the browser.如何使用<a href> tag in JTextPane
The link is set as a text to the TextPane
as shown:
<a href=http://www.google.com target=_blank>Read more..</a>
Also below shows how the link looks like in my pane:
When I click on this nothing happends, do anyone know why?