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

How to change the text of select & cancel command in lwuit

Hi I am developing mobile apps using Lwuit 1.5 my app contains 3 language so I am doing a localization and I'm using the next code for localization: (String) local.get("any text ") & it work just fine with any component but the problem is that it…
0
votes
2 answers

Hiding the keyboard in S40 Lwuit Nokia

I don't find the way to do a simple this like hide the keyboard when I want to. I've a Commandand a TextField. The user can write in the TextFieldand when he press the command the keyboard must hide, but I don't know how to do that.
Mun0n
  • 4,438
  • 4
  • 28
  • 46
0
votes
1 answer

How to remove MenuBar/ select in lwuit form

I'm trying to remove this select area which shows up as soon as I add a button to my form. Have attached a screenshot of the same which might help you understand my plight here. I don't want this select area to appear at the bottom of screen.…
Tirath
  • 2,294
  • 18
  • 27
0
votes
1 answer

lwuit table X Y scrollable does not work symultaneously

I am trying to we both vertical and horizontal scrollable of a table in lwuit but there is a problem. When i set the horizontal scrollable it disables the vertical scrollable automatically. The following is the…
Nitesh Verma
  • 1,795
  • 4
  • 27
  • 46
0
votes
1 answer

Nokia 2330c how to get log file

I'm trying to create simple app and one of my phones for testing is Nokia 2330c. My question is - is there any way to get connected to this particular model(preferably using cable), get inside and read the log file (similar to android logcat)? And…
Dims
  • 163
  • 1
  • 12
0
votes
1 answer

Modify theme component asha 1.0

Is there a way of modifying the default asha 1.0 theme for a lwuit app, I have tried altering title area for a form in my app using the following code: getTitleArea().getStyle().setPadding(0, 0, 0,…
0
votes
1 answer

TextField isVisible() function in LWUIT dosent work as aspected

I am working on an application for mobile using LWUIT library. Its a form with containers and components. I am having a container c2 which contains certain controls like various textFields, label etc. I am trying to put validations on it. But in…
Nitesh Verma
  • 1,795
  • 4
  • 27
  • 46
0
votes
2 answers

LWUIT J2ME Display.init(his) Error

I'm trying to play with LWUIT and siMple app like "hello world".. But first line in StartApp() - Display.init(this) - causes app to close throwing uncaught exception.. I'm totally confused.. import com.sun.lwuit.Command; import…
Dims
  • 163
  • 1
  • 12
0
votes
1 answer

Displaying an image over another image along with transition

I have a welcome screen which displays an image using label as background. Now, I want to and I'm trying to display an icon upon this background image with transition. So, once the icon transition over the background image is done, I should be able…
Tirath
  • 2,294
  • 18
  • 27
0
votes
1 answer

Generating netbeans project with Lwuit

I am trying to generate a netbeans project with Lwuit editor. But gets this error message that some library are missing and that WTK 2.5.2 CLDCC Cannot be found. any idea on how to fix this
0
votes
1 answer

Display menu names in grid menu in j2me

I am developing a j2me application. In this application I am showing a grid menu. I developed this menu using grid layout, I added buttons to the grid layout and it's working fine and this app will look like ICICI bank j2me app but the difference is…
yvnr
  • 13
  • 1
  • 5
0
votes
2 answers

LWUIT: Multi-line TextArea in List. Not resolved by using ContainerList

I have j2me LWUIT app that uses a list. Each cell in the list contains an image and a text area. The TextArea will not grow. I read that in a List all cells must be uniform size, so I should use ContainerList. With ContainerList I am having the same…
James Harpe
  • 4,315
  • 8
  • 47
  • 74
0
votes
1 answer

LWUIT Resource Editor: Creating a Button

I think I need to create a button style in the LWUIT Resource Editor since I'm not able to change the background color and other properties of buttons in my J2ME app. I have no idea how to accomplish this, and all the tutorials and examples are very…
James Harpe
  • 4,315
  • 8
  • 47
  • 74
0
votes
1 answer

Blackberry - Can't change theme after lwuit was installed

I've used lwuit in my j2me application and it works well. When I've converted .jar file to .cod file and install it on BB emulator, I've faced runtime error 104. Then I got the blackberry demo and lwuit.jar file included with it and when install…
Bel
  • 1
  • 2
0
votes
1 answer

LWUIT: Changing colors on a TextField

When I create a new LWUIT TextField, by default it looks like this: It comes with that gray line underneath. How can I change the color of that line? I can change the blue text with setFgColor(), but I'd like to change that underline as well. How…
James Harpe
  • 4,315
  • 8
  • 47
  • 74