Skip to content

MicroEJ/ExampleJava-MWT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sdk_5.4 badge

arch_7.12 badge

gui_3 badge

Overview

This repository provides a collection of MWT examples. Each example has its own Eclipse/MicroEJ project. Those examples are developed as standalone applications and as such can be run by following the associated instructions (see README.md file of each example).

Details

com.microej.example.mwt.attribute

This example shows how to customize the style of widgets using attributes selectors, similar to CSS. Please refer to its README.md for more information.

com.microej.example.mwt.drawgdrop

This example shows how to drag'n'drop some widgets in a container. Please refer to its README.md for more information.

com.microej.example.mwt.focus

This example shows how to introduce focus management in your project. Please refer to its README.md for more information.

com.microej.example.mwt.bufferedimagepool

This example shows how to use a pool of BufferedImages to share them across an application. Please refer to its README.md for more information.

com.microej.example.mwt.contextsensitive

This example shows a container that adapts to the context (i.e., the device configuration), by changing how the children are laid out. Please refer to its README.md for more information.

com.microej.example.mwt.immutablestylesheet

This example shows how to define a stylesheet in an immutable file rather than with Java code. Please refer to its README.md for more information.

com.microej.example.mwt.lazystylesheet

This example shows how to use a lazy stylesheet rather than the default stylesheet implementation. Please refer to its README.md for more information.

com.microej.example.mwt.maskinggrid

This example shows a container that is able to mask its children. Please refer to its README.md for more information.

com.microej.example.mwt.mvc

This example shows how to develop responsive widgets using a MVC design pattern and how to display a cursor image representing the pointer. Please refer to its README.md for more information.

com.microej.example.mwt.popup

This example shows how to develop an application with popups. Please refer to its README.md for more information.

com.microej.example.mwt.removewidget

This example shows how to add and remove widgets in a container. Please refer to its README.md for more information.

com.microej.example.mwt.slidecontainer

This example shows a slide container that slides its children. It uses the content of the display to speed-up animations. Please refer to its README.md for more information.

com.microej.example.mwt.stackcontainer

This example shows a stack container that stacks its children one above the other with animations. It uses the content of the display to speed-up animations. Please refer to its README.md for more information.

com.microej.example.mwt.stashinggrid

This example shows a container that is able to stash its children. The layout is updated when a child is stashed. Please refer to its README.md for more information.

com.microej.example.mwt.virtualwatch

This example shows how to simulate a device (smartwatch here) on another device. Please refer to its README.md for more information.

About

These projects provide examples for MWT

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages