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

LWUIT html component shows out of memory error

Please help me to do this. I have to retrieve data from website url and show it in form using lwuit html component. But I have retrieved the data from html component and while showing it shows out of memory eror. My app jar size; 1579 KB SDK : Nokia…
seipl
  • 11
  • 3
0
votes
1 answer

how to show text,image,rating stars in list using lwuit

In Lwuit list, I set the image in right field and in left side I want to show two labels and rating stars in box layout. I am using list that extend container. I set the container layout as boxlayout.x_axis. I am adding one container within the…
seipl
  • 11
  • 3
0
votes
1 answer

list does not scroll while extending container in lwuit

List does not scroll while adding images in container. I have a list that extends container. I have used two containers for setting image field(left) and text filed(right). while I am adding text filed container list scrolls properly but while…
seipl
  • 11
  • 3
0
votes
1 answer

LWUIT tabs, how to make tabs as title of a container?

Hi I'm new in LWUIT please help me figure this out, I want to make my tabs to stay in tact when I scroll the list within the container that the Tab houses. For example I have a tab on which I add 3 tabcomponent and these components are containers,…
Sbonelo
  • 664
  • 1
  • 9
  • 25
0
votes
1 answer

Scrolling won't move

I have a LWUIT form which contains a list, a number of items has been added to the list, items themselves are strings (I want to make them as statements). returns My simple problem is that end user cannot see the whole statements(strings). I tried…
PHPFan
  • 756
  • 3
  • 12
  • 46
0
votes
1 answer

JAVA ME: LWUIT Camera Video Component

I am using this line of code to start the Video Component: videoComponent = VideoComponent.createVideoPeer("capture://video"); The code I have works perfectly on a Nokia phone but I have another phone by OLG and this line always fails. Both…
user1034489
  • 37
  • 1
  • 7
0
votes
1 answer

How to capitalize initial word in lwuit textfield?

I have tried my textfield to have the very first letter to be capitalized with the following code :- Form f = new Form(); TextField firstname = new…
Ganesh
  • 179
  • 10
0
votes
0 answers

Redisplaying recordstore into a LWUIT list after exit from app

I have written a LWUIT application that involves two RecordStores recordStore and recordStore2. Two methods method getRecordData for retrieving all records of recordStore, method getRecordData2 for retrieving all records of recordStore2. Two…
PHPFan
  • 756
  • 3
  • 12
  • 46
0
votes
1 answer

Restore recordstore after exit application

I have written a LWUIT application that involves two RecordStores recordStore and recordStore2 . Two methods method getRecordData for retriving all records of recordStore, method getRecordData2 for retriving all records of recordStore2 . …
PHPFan
  • 756
  • 3
  • 12
  • 46
0
votes
1 answer

LWUIT Resource Editor and Netbeans Issue

I used the Resource Editor to create a really nice application, a search application that searches for businesses from a URL. I cannot seam to find any tutorial that tells me how to access the Form Elements in my forms, I dont even see a code that…
0
votes
1 answer

codenameone - Storage file doesn't delete

I've added storage file to my codenameone application. In some event I wanna delete specific storage file and recreate it with some old filtered data and new data. It doesn't work well on deletion. First I create method for clear storage file in…
Ahmad
  • 437
  • 5
  • 20
0
votes
1 answer

J2ME, LWUIT (V. 1.2) - Menu bar from bottom to the right of the screen!

I'm working with the mobile graphic framework LWUIT (V. 1.2) to develop an application for Nokia N97. Results are striking and elegant but I have a problem: when I rotate mobile screen, menu bar doesn't switch from bottom to the right of screen.…
user201540
0
votes
2 answers

Images in J2me Lwuit

I have developed an LWUIT app. I have two types of images dispayed in the app. One coming from server side that need to displayed (like a photo posted and saved to server side) and one packaged in my jar and displayed mainly as icons (like a music…
0
votes
1 answer

Porting lwuit app to Blackberry: Bold 9900

I have been working on porting my lwuit app to Blackberry. It works fine except that when tested in Bold 9900 Blackberry, touch event is not happening. The buttons, list etc gets focus but touch event is not triggered. I am using Blackberry JDE 5.0…
0
votes
0 answers

TextArea on Blackberry: cursor does not advance for space

I have a BB app (written with j2me and lwuit). There are a lot of text fields (com.sun.lwuit.TextArea objects) in the app. When running it, if I type characters in the text fields, the cursor advances after each character, except for space. When I…
silviu
  • 53
  • 3