The javafx/scene/web/LocalizedString.properties file contains the following entry:
versioninfo = <a href="http://java.com"><b>Webpane control</b><a><br/><ul><li><b>Build:</b>$BUILD</li><li><b>Version:</b>$VERSION</li></ul>
This is what webnode currently shows in response to "about:" request. The info is outdated (the link should point to javafx.com and the name of the node should be WebView).
Moreover, the values BUILD & VERSION are not resolved.
Should be updated.
versioninfo = <a href="http://java.com"><b>Webpane control</b><a><br/><ul><li><b>Build:</b>$BUILD</li><li><b>Version:</b>$VERSION</li></ul>
This is what webnode currently shows in response to "about:" request. The info is outdated (the link should point to javafx.com and the name of the node should be WebView).
Moreover, the values BUILD & VERSION are not resolved.
Should be updated.