I am using JavaMe. Every time I attempt to initialize a List object I receive the following error: The value for attribute null is not in the proper format
Hej, I know how to pass parameters to a Runnable. But when my Thread has run, how to get the result of the process?
I have pasted a code snippet for HTTP Post where I am POSTING a multipart message to the server which needs Authentication. I am expecting a JSON response, but when I run this I always get the login p
I\'ve add some customized buttonfield follow by some label field. When opening the app, 开发者_StackOverflow社区the first buttonfield gets focus, but I don\'t need the focus when opening the screen.
I want to get a text from a PHP file through java j2me , the tex开发者_开发技巧t is the maximum value of the primary key of a MySQL table. So I use HttpConnection to make a connection to the web page.
I want to implement cloneable interface but I am unable to. I am using J2me, it gives me error create interface Cloneable in your package. As far as I know J2me开发者_如何学编程 allows to implement Cl
I am c开发者_高级运维urrently adding sound to my Rock, Paper, Scissors J2ME app. At the moment I can get the sound to play, but it plays in a continuous loop which will not stop. I have called stop();
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I tried the following code: final Container root = getRootAncestor(c); TextArea resultBox = findResultBox(root);
i have tried to implement an java app which have following structure. my problems are when i invoke quotes thread from videoplayer thread the video still plays on top of the quotes form.