lcdui
in j2me canvas, how to reduce Image size?
I am doing project in j2me for Nokia s60 devices This project has lo开发者_如何转开发t of PNG images and Sprite images there. All images are unique, so my project jar size is near 10MB. If I compress[详细]
2023-04-13 08:26 分类:问答J2ME Insert a list element into a new form TextField
I want to insert an element of a list into one new form\'s Textfield and change its value. Is it possibe?[详细]
2023-04-11 20:37 分类:问答Show loading form while parsing XML in J2ME
I am parsing xml from remote server using kxml parser. I am using the following code to parse xml public void validateUser(String name, String password, String mobile, String code)[详细]
2023-04-11 06:35 分类:问答Display alert and then jump to another form in j2me
I am working on J2ME application. I want to show alert in Form and display another Form from another class. I have tried the following method to show alert开发者_StackOverflow中文版.[详细]
2023-04-10 16:19 分类:问答How to create same Command in Java ME
i want to use same command for another form in java me. i only see how to create commands but re use it on another form is not. is it possible or should i just copy paste my code to 开发者_开发百科oth[详细]
2023-04-10 14:39 分类:问答Canvas Repaint After Downloading the Image
Creating a J2ME application. PROBLEM:how i repainting the displayed canvas without ant user event. Trying to display canvas page,page contains text and image.first time we display text 开发者_StackOv[详细]
2023-04-09 19:15 分类:问答How to draw rectangular in J2ME by canvas through drawline method
This is first time I at a question in here. Im new in J2ME, and now im developing a small application, but i get problem when i wanna show data into table. But in J2me not support table there for tha[详细]
2023-04-06 19:18 分类:问答How to write Scrollable for Table in j2me by canvas?
Now i try to draw a table by Canvas, but i have a problem, my table doesnt has scrollable. How can i write some code to help my table can scrollable?[详细]
2023-04-06 06:37 分类:问答Change display in form to another form in j2me
I get trouble when I created one form and one midlet and I want thro开发者_JAVA百科ugh an alert for user when user enters detail, but I got trouble it can\'t change screen to show alertnothing can be[详细]
2023-04-05 18:33 分类:问答setting command listener style preferences doubt
Why do some people prefer to use .setCommandListener(this) over .setCommandListener(new CommandListener(){})[详细]
2023-04-02 23:57 分类:问答