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 Network Connection Timeout issue

Sorry for my bad English. I have download an image from network, i set timeout 2000 milisecond, but timeout not work. This is my code public void actionPerformed(ActionEvent evt) { if (evt.getSource() == okCommand) { final Form…
Tan Nguyen
  • 97
  • 1
  • 7
0
votes
1 answer

Displaying Map on Lwuit nokia s40

I'm using Lwuit to develop app on nokia s40 SDK 2.0 I have to add a Map to my application.. So i hav used the code given below but the screen doesnot display anything. I get a blank screen. How can I display this on lwuit form or container? (the…
0
votes
1 answer

LWUIT gui builder for eclipse

is there any GUI builder plugin available for LWUIT in eclipse like it is in netbeans??? or you have to hand code just about everything?
user2497398
  • 61
  • 1
  • 1
  • 4
0
votes
1 answer

Need Facebook API call to find friend using my app

I have made an app on Nokia S40 using Lwuit library. My app is also on Facebook and exists individually too. I need to get my Facebook friends who are using that app from Facebook. I know how vague this question is, but I need a script JSON query…
0
votes
1 answer

No BODY tag was found in page

I have a LWUIT app that should load and display downloaded html pages . So I had created a html page and putted in src dir ( the same dir of my java class) returns To load the page I used htmlC.setPage("jar:///mypage.html"); returns But I…
PHPFan
  • 756
  • 3
  • 12
  • 46
0
votes
1 answer

Is it possible to have vertical type in LWUIT?

I need to display text vertically, either rotated 90 degrees or one letter stacked on top of another. Is this possible?
Phil Penny
  • 113
  • 1
  • 17
0
votes
1 answer

Setting the path of an html file in source dir Correctly

I have a LWUIT app that should load and display html pages . So I have putted a html file in src dir ( the same dir of my java class ) returns To display html files I use HtmlComponent widget. But The Html page not displayed after …
PHPFan
  • 756
  • 3
  • 12
  • 46
0
votes
1 answer

How to keep the item selection fixed in a combobox

I am trying to make a unit converter in LWUIT, and I am working with two comboboxes. The application basically converts the unit selected in one combobox to the unit selected in other combobox. http://www.unit-conversion.info/length.html#data It…
user2497398
  • 61
  • 1
  • 1
  • 4
0
votes
1 answer

Get KeyCode from Dialog in lwuit

I want to invoke the keyListener and get the keyCode while the dialog is being shown. I have tried extending Dialog and overrided the keyReleased() with no success. Below is my code, what went wrong? public class MyDialog extends Dialog{ public…
Ganesh
  • 179
  • 10
0
votes
2 answers

how to enlarge the image in lwuit button using key presses events in lwuit

Using LCDUI I have worked with key events it was successful. But I developed my whole application in lwuit I don't want to switch from lwuit to lcdui. Any body help me while pressing buttons I want to zoom In and Zoom out the image. Is there any key…
seipl
  • 11
  • 3
0
votes
1 answer

Runtime error when trying to use lwuit

I'm trying to use LWUIT on an app I'm making for non-touch nokia s40 devices. I am using the Nokia sdk 1.1 I downloaded the lwuit binaries for the s40 platform here. The compressed file I downloaded is named: LWUIT-for-Series-40-binaries-1.0.zip I…
Adeeb
  • 1,271
  • 3
  • 16
  • 33
0
votes
1 answer

LWUIT TextArea text formatting how to?

I work on a LWUIT project that aims to computerize an Arabic book . That means each page of the mentioned book accessed by a specific button returns To do that I created a form , array of buttons, and a textarea. The setText( ) method of …
PHPFan
  • 756
  • 3
  • 12
  • 46
0
votes
1 answer

LWUIT Table, constraint data

I am working in a table with multiple data inside. When I add only the header, I can see the data in a good way, and the columns with different sizes. But when I add the data, all the columns go crazy, the widths are adjust to the headers, and the…
Mun0n
  • 4,438
  • 4
  • 28
  • 46
0
votes
3 answers

how to switch between forms in LWUIT

i want to make a basic mobile app using LWUIT, but am having difficulties using forms,i don't know how to close a form to go to the form from which i opened it. So basically having trouble switching between forms,so i need some help regarding that…
user2497398
  • 61
  • 1
  • 1
  • 4
0
votes
1 answer

Is there any way to place buttons at the menu bar of the form in lwuit

I have to set button at the bottom of screen. I am using lwuit(UI). Is there any way to place button in menu bar and I have set the command in menu bar but the command name is partially displayed why somebody help. Thanks for your any appreciation.
seipl
  • 11
  • 3