How do I create a j2me app with color?

Asked By 50 points N/A Posted on -
qa-featured

How do I create a Java ME application with color? Please am having a serious challenge in getting a j2me app with color to work, after hours of internet searching, I got information that I can use Lightweight User Interface Toolkit widget, Java ME or Codenameone. which of these three is more efficient?  which one was used for the user interface of a java application like Gmap?

SHARE
Answered By 0 points N/A #190043

How do I create a j2me app with color?

qa-featured

Hello Stephen!

Yes you can use Lightweight UI Toolkit for designing applications. It has a similar component implementation. It uses AWT Class and Container relationship same with Java. You can also use form with this toolkit. You can simply add images, buttons, text boxes and labels within the form. It can give also provide you different setup of options like combo boxes, calendar and most important it supports bi-directional language. You can also use the virtual keyboard provided by the toolkit and at the same time customize it. It can give you dialog types, trees, cells, return types and input, table layout, and so much more. For me this is the best toolkit that you can use to design your app. However codename one, is not so different with Lightweight. It provides latest features like Layered Pane, XML resource files, iOS settings, packaging and 3D party libraries. This is one of the most common toolkit that you can use in designing apps in mobile. Both of this plugins executes in JAVA IDE. Both toolkits were associated with Java so the declarations are not so different.

Related Questions