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 add textfield in dialog box

I wish to save information entered by user on my form using a dialogue box. Dialog d=new.dialog(); d.show("save info","Do you want to save?","OK","Cancel"); Can i add a textfield (edit-textbox) in the dialog box for the user to enter the desired…
1
vote
2 answers

container scrolling lwuit in devices that dont support touch

I develop with lwuit to Nokia and Blackberry. I have a problem with Container scrolling in the devices that dont support touch.I have a Container that consist some components (this components are cell rendered but not at list). The scroll in touch…
neb
  • 78
  • 8
1
vote
1 answer

Draw animation and Images on LWuiT component

I have a problem with understanding how to draw more than one image in container, and how to draw animation on component. First I want to draw for example two images in on component background. here is the code: public class…
e8kor
  • 85
  • 1
  • 11
1
vote
1 answer

ResourceEditor LWUIT NoClassDefFoundError: com/app/XMLMidlet: com/sun/lwuit/events/ActionListener

I have developed Rss App LWUIT Project using ResourceEditor. I opened the project in Netbeans IDE, I followed the link at developers Nokia site Generating the NetBeans project in the Resource Editor - Adding GUI resource file manually into your…
String
  • 3,660
  • 10
  • 43
  • 66
1
vote
1 answer

How to create a LWUIT List screen in j2me?

i want to create a lwuit list screeen ,the list items are coming to my method from Rss Feed in a loop continuosly,but i am able to append 1 title from rss feed and able to display on device,after that 2,3,4,etcc...items are changing ,but finally,i…
String
  • 3,660
  • 10
  • 43
  • 66
1
vote
0 answers

LWUIT4IO (v1.5) ConnectionRequest's readResponse() Issue - Nokia SDK 2.0

I have been porting an existing J2ME mobile app, that allows users to view archived news videos, to the latest Nokia SDK 2.0 platform for Series 40 full-touch devices. I am using both the LWUIT and LWUIT4IO technologies for the UI and Network…
1
vote
1 answer

Canvas and LWUIT in J2ME

In my application I have to add TextField,Label and Button in the Tab View of the Canvas Class. How can I add LWUIT components into Canvas Class?
Karan
  • 165
  • 11
1
vote
1 answer

How to force open tree folder in lwuit?

I have used the tree component of lwuit and it is working fine. Now i need to force open the tree folder/parent node on any keyevent. I could not find a way to force open the folder? Any heads up will be appreciated. Thanks.
Ganesh
  • 179
  • 10
1
vote
1 answer

Physical key pressed event can NOT be caught in LWUIT

I have a phone with only one physical key, which is clicked as BACK operation. But the key event can NOT be caught in LWUIT 1.5. Here is my codes: import com.sun.lwuit.Command; import com.sun.lwuit.Form; import…
obunny
  • 26
  • 2
1
vote
1 answer

setting appearance of radiobutton as textarea in codename one

I am building an app using codename one I have a radiobutton with a very long text. When i focus on this radio button , the text of that radio button starts scrolling. What I wish to do is show all the text associated with the radiobutton on the…
Nikhil
  • 1,279
  • 2
  • 23
  • 43
1
vote
1 answer

How to access resource editor file to Netbeans

How to access resource editor file to Netbeans?/How resource editor files are imported and opened in Netbeans?Detailed description.
1
vote
1 answer

Adding Layout to Container in loop fires an NullpointerException

I am developing s60 using j2me with LWUIT in Eclipse. I am writing this method to draw list item and try to create List manually rather than using Lwuit list. Because as i posted in my last question here is LinK.. don't know why but it decreases…
MobileEvangelist
  • 2,583
  • 1
  • 25
  • 36
1
vote
1 answer

How to Use LWUIT Bitmap Fonts?

i'm trying to use LWUIT BitmapFonts in J2ME Applications for Persian Language ... Please Help Me How i do this Work ... with the best regards .
1
vote
1 answer

Parse a custom XML file in LWUIT using KXML

I'm creating an App using LWUIT and part of its functionality is as thus, I'm using KXML 2_2-3-0 to parse my Xml files. I'm parsing two files, an XML file and an RSS feed. This is the structure of my XML file:
Chris Mwai
  • 91
  • 1
  • 14
1
vote
2 answers

Radio streaming nokia sdk 1.1 using http

I am working on a fm radio streaming project and i am implementing radio streaming for nokia sdk1.1 but i am not successful, i have followed many alternatives like…
Faraz Ahmed
  • 1,245
  • 1
  • 14
  • 24