This page contains download instructions for the Lightweight UI toolkit.
Product / File Description |
File Size |
Download |
|---|---|---|
| Lightweight UI Toolkit 1.5 | 34.8 MB |
GUI builder
You can now design screen layouts by dragging and dropping components on a palette. The GUI Builder is integrated with IDE so you can associate actions to the components.
IO Framework
We added a new library to LWUIT - an IO Framework. It includes Connection API that simplifies access to REST service and RSS service, File System Storage API that emulates java.io.File with some simplifications for mobile devices, and NetworkManager API that manages the network connection requests.
Java SE Support
LWUIT now supports Java SE for testing, debugging, profiling and demoing the application on a desktop environment. LWUIT is also available for CDC/PBP for embedded devices.
HTML4 Tag Support
LWUIT 1.5 supports most HTML4 tags within the HTML component.
XML Parsing API
The XML Parser converts an XML document into an XML DOM object.
Drag and drop API
In LWUIT 1.5, you can drag and drop components on touch devices.
New UI Components
LWUIT 1.5 features several new UI components including Tabs, replacing the old TabbedPane, Slider, and Pop-up dialogs
ContainerList
By combining the advantages of Container and List, ContainerList allows variable sized lists, grid lists and similar effects. ContainerList is effectively a Container that tries to abide by the contract of the List component. It creates thin internal components that render themselves using the cell renderer.
The Light Weight User Interface Toolkit (LWUIT) is a UI library targeted for mass-market mobile devices. LWUIT offers advanced UI capabilities and a clean API that is inspired by Swing.
With LWUIT, Java ME developers don't need to write device-specific code for different screen sizes, but instead can add UI components as needed to provide a consistent and compelling look and feel to their applications.
LWUIT is supported on MIDP 2.0/CLDC 1.1 and can also be ported on CDC platforms.
The LWUIT library is bundled with applications during application development. LWUIT is an open technology, with its source and binary freely accessible for individual or commercial use.
The LWUIT library has a clean separation between the model, view, and the controller. For example, the List Component can display an unlimited number of items because it only renders what is visible, while the model has the data responsibility. You can show a very large List without worrying about memory consumption.
One of LWUIT's key benefits is rapid development. Since the API is inspired by Swing, it is easy to learn and adopt. LWUIT itself was built from scratch and does not depend on AWT.
Another benefit is easy deployment, and little, if any, device-specific code. To ensure portability, LWUIT was built using low-level common elements in MIDP 2.0. LWUIT applications look and run consistently across different devices and different Java runtimes.
Everything is customizable and extensible. So if there is a missing feature or component, you can create your own and plug it in your code.
LWUIT has been tested on today's mass market devices. Its only requirements are MIDP 2.0 and CLDC 1.1.
Do you want to download previous versions? Click the "Download" to the Download right to find version 1.2.1, 1.3, and 1.4.