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
1
vote
1 answer

how to put ad banner in j2me using lwuit?

I want to put a advertisement banner at the bottom of the screen of my j2me application. How can i set a container fixed at a position so even if the page is scrolled that specific container will be still visible? If not some other way to put up a…
aNi
  • 1,359
  • 11
  • 17
1
vote
1 answer

LWUIT Gui builder

I installed JDK 7 and tried running the LWUIT resource editor but it doesn't have the GUI builder tab and the web start version is completely not working, does this mean i have to use an older version of the JDK
Evahnce
  • 9
  • 4
1
vote
1 answer

Running an application made for the E71 on the E72

I have an application that runs on the Nokia E71 phone. My questions are: Can this application run on a Nokia E72 phone without any changes being made to the jad and jar? If not, what changes would I need to make to the target platforms etc. (on…
Sriram
  • 10,298
  • 21
  • 83
  • 136
1
vote
1 answer

LWUIT Localize MenuBar

I'd like to localize the MenuBar of an LWUIT form. I don't want to show the users "Menu" / "Select" / "Cancel". I've successfully localized single commands, which get shown when the Menu opens, via…
Carl
  • 215
  • 1
  • 11
1
vote
1 answer

How to solve localization problem with LWUIT

I have made a simple form with one textField and command, I want to have two languages: Farsi and English so that I can use them according to my needs at runtime. I made some translations using ResourceEditor and saved them under the name…
aida
  • 153
  • 1
  • 9
1
vote
0 answers

lwuit autocomplete

I am developing simple j2me lwuit application for nokia mobile and I want to add auto complete in the application but I did not get any components for the auto complete. Could anybody please help me for making auto complete in j2me using lwuit?
Shyam Tha
  • 11
  • 1
  • 3
1
vote
1 answer

LWUIT ComboBox popup theming problem

I want to customize the look of the ComboBox pop-up list in LWUIT. Nonetheless when I tried to change the ComboBox, ComboBoxFocus, ComboBoxItem, ComboBoxList, ComboBoxPopup components in LWUIT Theme Creator, nothing happened. The popup preview in…
pram
  • 1,484
  • 14
  • 17
1
vote
2 answers

dynamic button creation to the form using lwuit 1.4

public class StateMachine extends StateMachineBase { public Container con1; protected void beforeMainForm(Form f) { con1 = findMenucon(f);
super.beforeMainForm(f);
} } //class mainmidlet() public void run() { …
raja
  • 368
  • 2
  • 13
1
vote
1 answer

ButtonGroup and ResourceEditor

We are trying to create an application using the LWUIT Resource Editor as much as possible, it's to say, avoiding creating the UI by code if we can. We found out there is the possibility to assign a group to a RadioButton by setting the…
mdelolmo
  • 6,417
  • 3
  • 40
  • 58
1
vote
1 answer

how to remove clear and t9 command from TextField in LWUIT 1.4?

I am trying to make a simple application using LWUIT 1.4. Now i got a problem with TextField. When I type a characters in TextField, the commands I have added will get hidden and it overlaps with Clear and T9 command. How do i remove these…
Bikesh
  • 91
  • 4
  • 13
1
vote
1 answer

calling destroyApp(true) from within a lwuit Form

I want to close a running midlet. But the current item on Display is a lwuit Form. How can I close the app by clicking a Command added to an lwuit Form.
Peter
  • 6,509
  • 4
  • 30
  • 34
1
vote
1 answer

How to create a multiSelectable List or a checkBoxGroup in LWUIT?

I am working on LWUIT 1.4 and in my current application I want to display a list to the user and user can select choices as many as possible.. For other simple cases (where only single selection is allowed) I have used ComboBox but for the multiple…
Amit
  • 13,134
  • 17
  • 77
  • 148
1
vote
1 answer

How to create List with multiple row and column In J2me?

I m using LWUIT in J2ME. I want to create list with 5 column and multiple row. How can done this.? I want to add data on list,and data is come from Network? plz help me. I attached my desire output image. Thanks in advance. Eg shape | cut |…
1
vote
1 answer

.Java error(content size increases)

I am using LWUIT in j2me. There is only one .java file containing midlet and 10 images consisting total size of 49kb. I had added LWUIT.jar in resource file. Now my application executes and rusn properly in simulater .But when I install it in…
ios developer
  • 3,363
  • 3
  • 51
  • 111
1
vote
2 answers

how to disable lwuit vkb?

The ability for disabling vkb is included in the new svn source code... But by default vkb comes in midlet... How to disable it in midlet... In the old documentation it was given To use the LWUIT Virtual keyboard an application must call: …
aNi
  • 1,359
  • 11
  • 17