lwuit
how to convert j2me running lwuit to android?
How can i convert a J2ME application which is using lwuit library to an android apk ? I tried to convert using mircoemulator but w开发者_StackOverflowhen I start the application it shows error and ex[详细]
2023-04-04 07:49 分类:问答LWUIT TextArea question
Is there any way to write in a textArea without going to a LCDUI window? I want to edit my textArea in my开发者_开发知识库 LWUIT app but everytime I try to do this, the app send me to a LCDUI window.T[详细]
2023-04-04 00:07 分类:问答j2me draw images on form with lwuit
I\'m using lwuit library开发者_如何学运维. i have a form with a background image. and i want to place another image on top of it at a particular angle, and at a particular position(center for instance[详细]
2023-04-03 18:56 分类:问答Why is the NullPointerException raised after downloading a photo from a webserver?
I am downloading a photo from a webserver. Here is the PHP code to display the photo in the web page url :[详细]
2023-04-03 16:50 分类:问答I am beginner in j2me.In J2me Ticker function, How to apply differnt Color in Single Ticker?
*I am developing one j2me-Lwuit Project for Nokia s40 devices.I have some problem abuot ticker. I have apply Only one color for tiker.But i want differnt color to apply for single ticker.This is my co[详细]
2023-04-03 14:56 分类:问答How to place the TextArea text in its center?
I have a Dialog and a TextArea. The TextArea component has an alignment set to Component.CENTER. I created a method named affiche() which displ开发者_如何学JAVAays the Dialog :[详细]
2023-04-03 13:37 分类:问答System.out.println does not print on netbeans console
开发者_JAVA百科I have used Netbeans 7.0 for developing Blackberry application with LWUIT framework. And I\'m using Blackberry SDK 4.7. I print a string by using System.out.println(...); in my applicat[详细]
2023-04-03 09:42 分类:问答How to know the number of pixels that a String is occupying?
I have an item ( TextField, or Text开发者_如何学运维Area, ...). It has a content value , say \"hello world\". How to know the number of pixels that this \"hello world\" String value is occupying on th[详细]
2023-04-03 08:13 分类:问答Java ME image exception
I have a interesting bug. When I create a开发者_如何学运维n com.sun.lwuit.Image in Java ME, I receive an exception:[详细]
2023-04-03 04:48 分类:问答How to create own bitmap font wiht image on LWUIT?
I use that code Font bmpfont=Font.createBitmapFont(icon, new int[0], new int[12], \"S\"); First param is image, second is offset, third is length and fourth is charset. And I get Font object fr开发[详细]
2023-04-02 10:25 分类:问答