New widget demo update (v7.2.0) and new central repository update (v2.13.0)

Hi all,

We just published a new version of the Widget demo (GitHub - MicroEJ/Demo-Widget: This repository contains a demo illustrating the widgets and containers available in the widget library.), together with new libraries added on the Central repository (https://repository.microej.com/):

  • Module “ej.library.eclasspath.executor” new version added (v1.1.1)

  • Module “ej.library.ui.mwt” new version added (v3.2.1)

  • Module “ej.library.ui.widget” new version added (v4.0.0)

  • Widget Demo Changelog:

7.2.0 - 2021-05-10
Added

Add ImageWidget page.
Add Carousel widget and page.
Add SliderWithValue widget and page.
Add SliderWithProgress widget and page.
Add Wheel widget and page.
Add CircularIndeterminateProgress widget and page.
Add CircularDottedProgress widget and page.
Add CircularProgress widget and page.
Add LineWrappingLabel widget in the ScrollableText page.
Add LineChart widget and page.
Add BarChart widget and page.
Add AutoscrollLabel widget and page.
Add Keyboard widget and page.

Fixed

Update MWT, Widget and Motion dependencies.
Use desktop animator.
Fix title bar on big displays.

Note that widget demo is now also based on the recently updated motion library (ej.library.ui.motion#4.0.0).

Happy Coding!
The MicroEJ Team