HuyPV
Wednesday, December 29, 2010
You can create the UI of your app in different ways:
— Highlevel LCDUI components: use the components found in the javax.microedition.lcdui package, e.g. Form or List.
— Lowlevel LCDUI: use javax.microedition.lcdui.Canvas for controlling every pixel of your UI.
— SVG: Scalable vector graphics de!ned in JSR 287
jcp.org/en/jsr/detail?id=287.
There are also different products out there to help you with the UI development:
— J2ME Polish: compatible with the highlevel LCDUI frame work, separates the design in CSS, you can also use HTML for the user interface (www.j2mepolish.org).
— LWUIT: a Swing inspired UI framework (lwuit.dev.java.net).
— Mewt: Use XML for de!ning the UI (mewt.sourceforge.net).
— TWUIK: A powerful “Rich Media Engine” (www.tricastmedia.com/twuik)
Title:
Framework for J2ME
Description:
You can create the UI of your app in different ways: — Highlevel LCDUI components: use the components found in the javax.microedition.lcdui...
...
Rating:
4