In this migration guide we describe the changes in the API between 7.19 and 7.20.
JavaScript
Calling Java from JavaScript
In 7.20 the @JsAccessible
annotation can be used with both Java classes and interfaces. We had to rename the following classes:
com.teamdev.jxbrowser.js.JsAccessibleClasses
->com.teamdev.jxbrowser.js.JsAccessibleTypes
com.teamdev.jxbrowser.js.ClassNotPublicException
->com.teamdev.jxbrowser.js.TypeNotPublicException
com.teamdev.jxbrowser.js.NotClassException
->com.teamdev.jxbrowser.js.NotSupportedTypeException