Widget Examples

The Widget Examples provides some widget implementations as well as usage examples for these widgets and for the widgets of the Widget library. The widgets and usage examples are intended to be duplicated by the developers in order to be adapted to their use-case.

Source

To use the widgets provided by the widget examples, clone the following GitHub repository: https://github.com/MicroEJ/Example-Java-Widget.

The repository contains only one Gradle project that can be imported in your favorite IDE.

Each subpackage contains the source code for a specific widget and for a page which showcases the widget. For example, the com.microej.demo.widget.checkbox package contains the Checkbox widget and the CheckboxPage.

Provided Widgets

The showcased widgets are listed in the README of the project.