On Mon, 22 Oct 2018 at 12:53, Sven Marquardt <sven.marqua...@cbb.de> wrote: > > I wonder if there is an option to disable the internal webbrowser of the > netbeansplatform. Right now everytime i or a user of the application > clicked on a link, the inernal browser will open. Is there a way to > disable this?
You might want to look at implementing and registering your own HTMLBrowser.Factory implementation. Or if you're in control of the links, using HtmlBrowser.URLDisplayer.getDefault().showURLExternal(coreDocs); See http://bits.netbeans.org/dev/javadoc/org-openide-awt/org/openide/awt/HtmlBrowser.html Best wishes, Neil --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists