Questions tagged [lwuit]

Lightweight User Interface Toolkit - widget-based UI library for J2ME enabled mobile devices

LWUIT is a framework for cross platform mobile development that was originally inspired by Swing but took a lot of inspiration from SwingX and went much further with themes & styles. LWUIT has a powerful GUI builder/theme creator and provides a porting layer to several platforms specifically J2ME/MIDP, Blackberry, TV, JavaSE (Applets and Applications), Android and others.

LWUIT allows a lot of power in configuring its theme and has 3rd party themes mimicking native Android/iPhone look and feels in the LWUIT incubator. LWUIT features elaborate special effects and transitions and is highly customizable, it supports all the common touch gestures as well as feature phone none-touch UI's seamlessly.

LWUIT is 100% open source and free under the GPL with classpath exception license which allows for both commercial and none commercial deployments.

LWUIT4IO is an additional library for LWUIT recently added to provide improved integration with filesystem, storage, serialization, Networking etc. To this date there is a large and thriving LWUIT community, there are many operator grade deployments of applications based on LWUIT within some of the biggest operators in the world.

Video of chat demo (shows off some animations and bubble chat): http://www.youtube.com/watch?v=LFClNS5vWQs

One of the many videos showing off the resource editor tool which includes a GUI builder, Theme editor, localization tool etc.: http://lwuit.blogspot.com/2011/04/generating-netbeans-project-from.html

Official Website

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

902 questions
0
votes
3 answers

Slider Control in LWUIT

Can I make a slider control in LWUIT, that mean a bar that can user move to control some value ? please if anyone can help by example or tutorial I will be appreciated
Amira Elsayed Ismail
  • 9,216
  • 30
  • 92
  • 175
0
votes
1 answer

How to Sign my Blackberry App using LWUIT 1.5 GUIBuilder

Please can anyone tell me the procedure on how to sign my app for blackberry and get the cod files after i finish a App using blackberry theme in lwuit 1.5 guibuilder . Thanks
Varun
  • 1
  • 1
0
votes
1 answer

LWUIT Label: Creating a Custom Label

I am trying to create a custom Label. I want to do something like markups on an Image depending on what the user enters. I really don't know how to do it but I hope that you will know what I am trying to achieve here. What is the proper way to…
arthurbc
  • 95
  • 7
0
votes
2 answers

Displaying information/advertise between transition of two forms in lwuit

I am making one application on mobile using Lwuit/java-me. I am having the problem in implementing an advertise/information form between the transaction of two forms. the advertise/information screen should stay for 5 seconds only and then the next…
Ishwar
  • 11
0
votes
1 answer

How to customize the table header and table row with a background color in LWUIT

I have created a table with the default table model that contains three columns and some rows, what I want to do is to customize the style of the header with a background color and also customize the background color of each rows with a different…
Amira Elsayed Ismail
  • 9,216
  • 30
  • 92
  • 175
0
votes
2 answers

Hide Dialog from inside in LWUIT

I have created a Dialog with two buttons Yes, No, and then I have add action listener to them, my problem is that I want no button to hide the Dialog that I have created the code is looks like: dialog = new Dialog(title); …
Amira Elsayed Ismail
  • 9,216
  • 30
  • 92
  • 175
0
votes
1 answer

How to reduce font size/command area in lwuit?

In LWUIT..how do you reduce the command area size (The area at the bottom of the screen where the commands are added). Basically , I wish to reduce the font size of the command text and the size of the command area along with it. Also, in general…
Nikhil
  • 1,279
  • 2
  • 23
  • 43
0
votes
1 answer

How to use LWUIT NetworkManager

Please can anyone give me some links to some helpful tutorial on lwuit networkmanager class. I have tried to study the docs, but it of little help. Thanks in advance.
Sunday Okpokor
  • 721
  • 6
  • 18
0
votes
2 answers

issue with lwuit right-to-left label ticker

I was trying to set ticker on a Label with lwuit 1.5, faced this issue: if I set label.setRTL(true) and then call label.startTicker(UIManager.getInstance().getLookAndFeel().getTickerSpeed(), true); ticker just shows first 21 characters of the…
Ali Ghanavatian
  • 506
  • 1
  • 6
  • 14
0
votes
1 answer

java lwuit port to C++

I found a port for lwuit to c++ in in the lwuit-incubator (https://svn.java.net/svn/lwuit-incubator~svn trunk/telmap. but I am not able to make it compile because of missing some header files like "cmpl.h" , "TMArray.h" , "TMVector.h"…
0
votes
1 answer

Alternative for cloning in LWUIT Component object

Situation:- In my code I have to use the LWUIT Component object for the listview controls. The controls are dynamic and hence can be in any number. Right now I am creating Component objects according to the controls(in numbers) i.e.- for every…
Shail Adi
  • 1,502
  • 4
  • 14
  • 35
-1
votes
1 answer

How to keep each tab's panel height?

There is a TabbedPane of two Tabs : tabClient.addTab("Fiche", cFicheClient); // cFicheClient is a Container tabClient.addTab("Crédits", cClientEtCredits); // cClientEtCredits is a Container On the first Tab there is only few fields to…
pheromix
  • 18,213
  • 29
  • 88
  • 158
-1
votes
1 answer

outOfMemoryError on J2ME application

recently I'm developing a J2ME application using LWUIT library, my application size is 679 KB after obfusticating. in some mobile devices and in non-specific events I get OutOfMemoryError error. I want to know what this error is for and does it…
aida
  • 153
  • 1
  • 9
-1
votes
1 answer

how to call a command while pressing key # in Lwuit Midlet?

Possible Duplicate: How to call Exit Command when I press Key # in Lwuit Mobile Application? How Can I Call Command like SELECT, OPEN when I press Key # in LWUIT MIDLET Mobile Application.
Shankar
  • 31
  • 8
-1
votes
1 answer

Flickering issue in BBLWUIT virtualkeyboard

I have problem with virtual keyboard as whenever it pops up it flickers and displays a white screen and pops up. Does anyone have faced such problem? It happens in BBLwuit version 1.4. I am using the native BB virtual keyboard I have checked. Mainly…
Varun
  • 79
  • 6