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

LWUIT ArrayOutOfBoundException

I am new to LWUIT, and even though I am finding it very interesting to use, I have been having the challenge of previewing whatever MIDlet I generate. Each time i run the MIDlet in an emulator, I get an ArrayOutOfBOundException displaying as a form…
fyzil
  • 25
  • 1
  • 4
-1
votes
1 answer

What are the difference in Dialog display in lwuit?

In Lwuit Dialogs, I have seen .show() , .showDialog() , .showModeless() and .showPacked(String, boolean) . What are the difference between these. And when I use a dialog, until the dialog goes the background process not running. Is there any…
aNi
  • 1,359
  • 11
  • 17
-1
votes
1 answer

Pass values(Data) from one form to another form in J2ME using LWUIT library

In J2ME i m using LWUIT library. I want pass data from one Form to Another Form.Is there any link or source code. Plz help me Friends,thanks in advance.
-1
votes
1 answer

In LWUIT, Component of another Form are not display

I am new on J2me developer using LWUIT library. I am making two forms: one is MainMidlet.java and another is UpgradeApp.java. Problem is that whatever the component add on UpgradeApp.java the component are not displayed. Please help me. My Code as…
-1
votes
1 answer

Facebook and Twitter Integration with LWUIT 1.4

I am developing J2ME app using LWUIT 1.4 API. I need to integrate with Facebook and Twitter. How to do it? Is there any source code that I can learn?
Fina
  • 13
  • 1
  • 2
  • 3
-1
votes
1 answer

SVG implementation in LWUIT

Can anyone tell me how to implement SVG in LWUIT application with some example code.?
aadi rao
  • 1
  • 1
-1
votes
1 answer

Using lwuit in netbeans 6.9.1

Please i need help on what to do to use lwuit in netbeans6.9.1. i have the lWUIT.jar file and i have added it to my project; an helloworld application but when i run the application, the emulator opens up and doesnt display anything. i have tried…
pelumi
  • 1,530
  • 12
  • 21
-1
votes
1 answer

ask, Command error J2ME LWUIT

I have an error to add a command button in my project using LWUIT 1.5 this is my code initialitation : Command backCommand = new Command("Back", Command.BACK, 0); f.addCommand(backCommand); f.setCommandListener(this); and this is an error …
-1
votes
1 answer

After adding a column another column hides in my table

I have a table which contains number of columns. I added a column of CheckBox components by createCell method. that added column should be the first column (the column of index 0). My problem simply when I run the code the that previously first…
PHPFan
  • 756
  • 3
  • 12
  • 46
-1
votes
1 answer

which jar file support for io class in S40-with-theme jar file

I am working on nokia asha sdk2.0 using S40-with-theme.now my problem is that when i want to import following class but these classes not in S40-with-theme jar file . These class is following Code: import com.sun.lwuit.io.ConnectionRequest; import…
Rajput V.K
  • 63
  • 1
  • 6
-1
votes
1 answer

Displaying alert with multi line message inside lwuit form

I am getting a strange exception when trying to show Dialog alert on lwuit form. java.lang.NullPointerException at com.sun.lwuit.TextArea.shouldShowHint(+21) at com.sun.lwuit.TextArea.calcPreferredSize(+4) at…
vivek.m
  • 3,213
  • 5
  • 33
  • 48
-1
votes
2 answers

How to create back button on JAVA ME, LWUIT

I have some problem with creating back button. Now in form there is list, I need create button which be on this form in the lower right corner, and when scrolling list, button remains in its place(the lower right corner). I was trying create…
Dima
  • 1,189
  • 1
  • 13
  • 31
-1
votes
2 answers

Java ME & LWUIT on Blackberry and Android

Is it possible to write a platform independent application in Java ME & LWUIT? More specifically, can I write apps which run on both Android and Blackberry?
Luke G
  • 1,741
  • 6
  • 23
  • 34
-1
votes
1 answer

Showing status bar in Lwuit J2ME

I'm using Lwuit S40 in my J2ME Application, i want to show the status bar which contains the battery/time... in the application , i tried to put this line of code in the…
Reham
  • 1,916
  • 6
  • 21
  • 45
-1
votes
4 answers

don't sucsses to get jpg from internet- lwuit

I am developing with lwuit to Nokia and Blackberry. I am working with server and connections. If I call to server that I am working, all work fine. But, if I try to call to external url that receive jpg, the connection request is stuck and I get…
neb
  • 78
  • 8