Hi Chuck, Am Sonntag, den 29.09.2019, 04:34 -0700 schrieb Chuck Davis: > Matthias, is your use case possibly displaying help for your > application? > > I ask because I'm thinking of attempting this in my app. The "modern" > approach to have help in an external browser is really, really > annoying.
my use-case was extraction of information from XML. I used apache http client to fetch the data, extracted it with some XPath expressions, build html from it and loaded that into the JavaFX WebView. I wanted a "good" HTML renderer. For my use case this was massive overkill, but it worked. Rendering "help" HTML in an embedded webview would surely work equally well. Greetings Matthias --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists