Usage

To use the widgets provided by the widget library, add Widget library module to the project build file:

implementation("ej.library.ui:widget:4.1.0")

To fork one of the provided widgets, duplicate the associated Java class from the widget library JAR into the source code of your application. It is recommended to move the duplicated class to an other package and to rename the class in order to avoid confusion between your forked class and the original class.