midlet
MIDlet-1. Error in NetBeans
I have two errors in NetBeans: Application descriptor does n开发者_开发知识库ot declare any MIDlet. Direct execution is not allowed.[详细]
2023-04-06 21:21 分类:问答Stuck up with MessageList in Blackberry
I am try to do MessageList in blackberry using midlet, b开发者_Python百科ut whatever I do some expection comes up. Right now am getting NullPointerException. Here is the code[详细]
2023-04-06 10:25 分类:问答How to use stoppable http connection using lwuit?
I want to have a http connection in my J2ME application using Lwuit which will have a timeout, can manually stop the request with a button, and a loading dialog while it is processing. I tried thread[详细]
2023-04-06 08:52 分类:问答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 分类:问答Help J2me icon problem
I created a j2me application but I cant set an i开发者_开发问答con it is the default cofeecup icon thats showing. I am using netbeans and I already went to properties and selected the correct midlet i[详细]
2023-03-30 01:41 分类:问答How to ask the confirm alert while delete or uninstall the midlet application on mobile?
I need to ask the confirm alert while user delete the my Java ME application on mobile. Is it possible? I want to ask like Sure to delete this application? This question is YES/NO type. If user press[详细]
2023-03-29 03:05 分类:问答How to deploy MIDlet application use eclipse?
I am using EclipseME to write MIDlet application. I have deployed by right click on Project->J2ME->Create Package.[详细]
2023-03-24 06:13 分类:问答dynamic button creation to the form using lwuit 1.4
public class StateMachine extends StateMachineBase { public Container con1; protected void beforeMainForm(Form f) {[详细]
2023-03-23 10:57 分类:问答how to disable lwuit vkb?
The ability for disabling vkb is included in the new svn source code... But by default vkb comes in midlet...[详细]
2023-03-20 01:50 分类:问答Trouble with download jpeg image
I need to download开发者_运维问答 jpeg image and show it in my midlet. But when I try to run this code, image on screen is broken.[详细]
2023-03-19 23:14 分类:问答