Hey folks, I am working on a j2ME game for java-capable cell phones. I am attempting to scale a transparent PNG with the following method:
anybody know, how to make transparent image with full opaque image background?? help me plea开发者_如何学Gose...here it is
I have been trying to develop a Java ME application using WTK 2.5.2 (Java Wireless Toolkit) and Nokia SDK 3. The app开发者_开发技巧lication would broadcast a CBS (Cell Broadcast Service) message using
How can I calculate logarithm in Java ME? There isn\'t any method in Java ME\'s Math class for it, but it is available in the Java SE\'s开发者_C百科 Math class.It is suggested how it can be done here.
How can I开发者_如何学Go modify the following java code so that it works on J2RE(Java ME) as there is no java.io.files class in Java ME :(
I have to display around 100 icons (each 50x50) in Button. I am downloading big png Image which contains all 100 icons, then I create each icon using开发者_开发技巧 Image.subImage() method.
I know how to rotate a BlackBerry Bitmap image an arbitrary angle with drawTexturePath.But, The Rotation Anchor is at the top-top left of the image.How do I move the Anchor to the center of the image?
is it possible to run java SE or Java ME a开发者_开发技巧pp on android ???If you search for \"J2ME runner android\" on Google, you\'ll find some hits for projects which claim to allow you to run J2ME
How can I make a Blackberry applica开发者_开发百科tion display the battery level using J2ME?if you\'re developing a native cldc blackberry app i\'d rather use
I want to make am HTTP GET request from my J2ME application using HttpConnection class. The problem is that I cannot send russian text in the query stri开发者_开发百科ng.