How to add a link into a toolwindow?

I want to add a link into my toolwindow, for example like this > "www.jetbrains.org"

and this link should be open in users browser, not in the ide.

 

How should i do this?

 

 

Thank you for answers in advance.

0
1 comment

To open in a user browser: `BrowserUtil.browse`

0

Please sign in to leave a comment.