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
2 answers

Unwanted Back Button

hiii guysss i m new to LWUIT i had created some forms in LWUIT using TABS... when I go to any list, I got back button automatically added at the bottom of tabs.. Can anyone help me to remove this back button....??? This back button comes only after…
SilentKiller
  • 6,944
  • 6
  • 40
  • 75
0
votes
1 answer

How to set customized virtual keyboard code into the generated statemachine code of the resource editor (LWUIT or Codenameone)

Before I decided to make this question I've searched the answer here but didn't find. Sorry for my bad inglish but it isn't my native language. Here's my problem: I've made an LWUIT 1.5 app generated from the Resource editor into Netbeans, and I…
0
votes
1 answer

lwuit text area

I developed an RSS Application for two XML files and displayed it on two LWUIT Tabs. The problem is with my LWUIT TextArea, whenever I click on my ListForm (it contains titles from the RssFile), I need to display description information from the RSS…
String
  • 3,660
  • 10
  • 43
  • 66
0
votes
1 answer

Scrolling image and text area within a container in Lwuit J2ME

I want to put an image with a text area (Y-axis) in a box layout container ,if the user presses the down button to scroll down, i want the container to scroll as a one object, so the image goes up while scrolling and the user scroll the rest of the…
Reham
  • 1,916
  • 6
  • 21
  • 45
0
votes
1 answer

LWUIT Tabs creation

i have created LWUIT Tabs and added my LWUIT List to the Tabs and Displayed,but my Problem is,when i add number of List items to the Tab,those list items are displayed ,but when i scroll up my List,my Tab will also gets scrolled,how to fix my tab…
String
  • 3,660
  • 10
  • 43
  • 66
0
votes
1 answer

can we apply html css to LWUIT Text Area

I have used TextArea, but I am not able to reduce the font. Here is my code: TextArea big = new TextArea(detailNews.getDescription()); Font createSystemFont = Font.createSystemFont(Font.FACE_SYSTEM, Font.STYLE_PLAIN, …
String
  • 3,660
  • 10
  • 43
  • 66
0
votes
1 answer

what is the code need to apply for CustomFonts in lwuit

i have created custom font "font.res" file using resource.jar file in lwuit,now i want to apply this Custom font to my Textarea Component,how to apply custom font any sample code ?
String
  • 3,660
  • 10
  • 43
  • 66
0
votes
1 answer

How to Display Multiple Lines of text using TextField in LWUIT

I have created LWUIT TextField,and I've added paragraphs of text to my TextField,But I am not able to Display the Fulltext ?I am able to Display single line of text? Here my Code: TextField field=new TextField(detailNews.getDescription()); …
String
  • 3,660
  • 10
  • 43
  • 66
0
votes
1 answer

How to free memory of used Connectionrequest

My application makes hundred new Connection requests a day and parses json responce. But I've realized that it doesn't free the memory after each request.Though using system.gc() it stores the ConnectionRequest instance and instance of my class for…
AzizD
  • 103
  • 10
0
votes
1 answer

getting custom made LWUIT UIID from theme to set style in netbeans

I've created a Button with another UIID (Buttonx) instead of the default Button because there are other buttons that will inherit the default Button UIID. the problem is accessing the UIID style(Buttonx) from the theme to style the newly created…
Mau Ed
  • 1
0
votes
2 answers

How to Run LWUIT RssReader Example App in j2me

i found one example App for creating Rss Reader using lwuit,the example app url is "https://projects.developer.nokia.com/LWUIT_for_Series_40/browser/IO/src/com/sun/lwuit/io/ui/RSSReader.java" i have gone through the code ,but in this Example there…
String
  • 3,660
  • 10
  • 43
  • 66
0
votes
1 answer

no BODY tag was found in page While Using Html component in Lwuit J2ME

I'm using ad network in my (Lwuit) J2ME Application, but I'm having some problems, I tried to put the HTTP call of the ad in an html component but I got No body tag was found. So I tried to get the response as string from the HTTP call then put it…
Reham
  • 1,916
  • 6
  • 21
  • 45
0
votes
1 answer

Making apk from jar using microemulator

Well i `ve made an app using java me and as graphics i used lwuit library which i added into the midlet`s jar. On Nokia it runs smooth and i wanted to port it to android. So i found out about microemulator…
Andrew
  • 165
  • 4
  • 16
0
votes
1 answer

Rotate non-square image in lwuit

I'm trying to rotate a lwuit image. The problem is that the image size is 400x300, so when I rotate it, it gets cut. Lwuit documentation says that the rotate method assumes a square image, and that's the problem. Is there some other way to…
Laura Isabel
  • 209
  • 4
  • 10
0
votes
1 answer

N8 touch scroll lwuit

I develop with lwuit to Nokia and Blackberry. I have a problem with touch scrolling in the device N8. The scroll is terrible. Its jump to the end of the list any time that i use in the scroll and also the focus on the cells don't active to the…
neb
  • 78
  • 8