Skip Headers
Oracle® Java Micro Edition Software Development Kit Developer's Guide
Release 3.2 for Eclipse on Windows
E37550-02
  Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
 

9 Lightweight UI Toolkit

The Lightweight UI Toolkit (LWUIT) is a lightweight widget library inspired by Swing but designed for constrained devices such as mobile phones and set-top boxes. Lightweight UI Toolkit supports pluggable theme-ability, a component and container hierarchy, and abstraction of the underlying GUI toolkit. The term lightweight indicates that the widgets in the library draw their state in Java source without native peer rendering.

9.1 LWUIT and the Java ME SDK

LWUIT is an open source project whose source is available at http://lwuit.java.net.

Java ME SDK 3.2 ships with the LWUIT 1.5 library which is installed as plugin. For information on this release, see the product page at:

http://www.oracle.com/technetwork/java/javame/javamobile/download/lwuit/index.html

The Lightweight UI Toolkit Developer's Guide is available in PDF and HTML formats:

PDF: http://download.oracle.com/javame/dev-tools/lwuit-1.5/LWUIT_Developer_Guide.pdf

HTML: http://download.oracle.com/javame/dev-tools/lwuit-1.5/devguide/toc.htm

As an open source project, LWUIT has an independent release schedule. The Java ME SDK Update Center updates LWUIT when an official binary is released.

It is possible that you might want to use a development version of the LWUIT library. You can add a newer version as described in Section 9.3, "Add a Different LWUIT Library."

9.2 LWUIT Resource Editor

The Resource Editor is an independent GUI tool for opening, creating, and editing resource packages for LWUIT. To obtain the Resource Editor, go to http://www.oracle.com/technetwork/java/javame/javamobile/download/lwuit/index.html, download the distribution, and use the tool that is included there.

The Resource Editor has its own help, and tutorials that are accessed from the Resource Editor's Help menu. These articles link back to the LWUIT blog. For traditional documentation, see the "Resources" chapter in the Developer's Guide mentioned in Section 9.1, "LWUIT and the Java ME SDK."

9.3 Add a Different LWUIT Library

To add the LWUIT library to an Eclipse project, follow these steps:

  1. Choose Project > Properties to open the Project Properties dialog.

  2. Select the Java Build Path category.

  3. Select the Libraries tab.

  4. Press Add External JARs then browse to the appropriate LWUIT JAR file for the platform.

9.4 LWUIT Demos

This release provides new and updated demos and sample code. Most of these demos are self-evident user interface samples.


Note:

Many LWUIT demos access common internet sites and services through publicly available APIs. To see the demos working as intended you might have to change your proxy settings or create an exception in your antivirus software.