Tagged Questions
Contains the Java ME-specific classes used for the GUI. More info see this wiki information.
5
votes
2answers
965 views
Gameloop for j2me “turn-based” game
Edit: This makes alot more sense to me now that i've taken a step away from the code, thanks for the help.
Just found stack overflow the other day through Coding Horror and it looks awesome. Figure ...
4
votes
3answers
1k views
J2ME (Java) - Null Pointer Exception caught in Display Class
I'm currently working with MIDlets (I am using a Visual MIDlet) in Netbeans, and a NullPointerException is being thrown but I do not know why.
Note: The exception is not thrown when the program runs ...
4
votes
4answers
983 views
J2ME Soft Key Wrapper
Reading some articles, told me that soft keys varies between devices.
Some says -6 or -21 for left soft key and -7 or -22 for right soft key.
Given this situation, is there any good wrapper or ...
2
votes
0answers
21 views
How to draw large image in canvas and move upon key event
I have a large image. This image has some text for user. So I must not resize the image to fit in the smaller screen. Image is much larger than device screen size. My intention is to draw the complete ...
2
votes
2answers
100 views
Java2 ME: keyPressed() not working inside GameCanvas
I know J2ME is pretty outdated, but I have to do this for an assignment. Currently, I am using the GameCanvas class, and my game is a thread, so my code looks something like this..
class Game extends ...
2
votes
2answers
50 views
how to draw several shape (circle, line, rec, etc.) with more control?
I know there is a nice class Graphics with basic api like drawLine, drawRect. But I need more control to set pixel size, wide, thick, thin, lines in my shape. My intention is to draw a dynamic shape ...
2
votes
1answer
65 views
Commands sometimes don't work
There is a Canvas which has two Commands. The problem is that when the canvas is first opened then the commands work , but when I open it for the second time then the command doesn't work! Here is the ...
2
votes
1answer
73 views
I want to make SMS AutoReply use J2ME programs
I want to make SMS AutoReply use J2ME programs. I have method SendSMS(), I wish if I get a text message comes in, then the message before I set the SMS will be sent to the sender without having to ...
2
votes
0answers
92 views
J2me:Displayable.setTicker() automatically switch off nokia mobile.Please help me to solve the issues?
I am developing a mobile application in j2me. In that application I use 6 screen which is extends from the classes javax.microedition.lcdui.Form, javax.microedition.lcdui.List, etc. I create a ...
2
votes
0answers
72 views
Getting Nokia mobile hanged when form having choicegroup with POPUP style and Three TextField After select POPUP
I am developing an J2ME application having choicegroup with POPUP style and Three TextField . When I was tested my application on Nokia X2-01 device I found following issue regarding choicegroup ...
2
votes
1answer
171 views
Designing keyboard on J2ME color mobile
I want to create a J2ME application for writing SMS faster using QWERTY button on a simple non-qwerty phone. So the application will show all these buttons which user can use
I've knowledge on Java ...
2
votes
2answers
59 views
setting command listener style preferences doubt
Why do some people prefer to use
.setCommandListener(this)
over
.setCommandListener(new CommandListener(){})
more often? In what case should I use the second one and why?
I am assuming it's just ...
2
votes
1answer
301 views
Switching between LWUIT Form and LCDUI Form
I have built a LWUIT UI class which contains the Midlet. I am basically using a theme from this midlet. But I need to jump to another LCDUI form which contains some LCDUI controls and I need to set ...
2
votes
1answer
283 views
Cocoa: iTunes and XCode 4 style LCD displays
Where can I find a UI element of code on the internet to implement an LCD like display as in XCode 4 and iTunes.
The one in XCode 4 is a bit more advanced than the iTunes ones, it offers more ...
2
votes
3answers
2k views
How do I get input from a user using j2me canvases? is this even possible?
Hey guys thanks for reading!
I am currently trying to learn J2ME and build a connect four game (some of you might know this as 'four in a row'). I've More or less got all of the aspects of my game ...
2
votes
1answer
1k views
Using MIDP Canvas keyPressed / keyCode on BlackBerry to get Canvas.FIRE for trackball click
I have a MIDP application that I would like to run on BlackBerry devices. It's quite generic, the one gotcha is that when I override the Canvas keyPressed(int keyCode) method, I'm not capturing the ...
2
votes
1answer
865 views
Create Form in J2ME
I want to design one form that contains TextField and ListView in J2ME. But I don't know how to create this form. It is looked like Dictionary Form. Could anybody help me to do that?
2
votes
1answer
582 views
Context Sensitive Menus - Java ME
I'm trying to build a context sensitive based command list. I set the command.ITEM option for all my command buttons. But I couldn't find a way how to provide the following functionality:
I have a ...
1
vote
1answer
28 views
Basic query about what's going on with the stack in a Java ME app
I am coming to Java ME with a Java SE background (which involves essentially no GUI/ActionListener experience) and am still a little disorientated by the lack of a main() method. Perhaps I should say ...
1
vote
1answer
41 views
How to get the size of sprite in a sprite “Sheet”?
my problem is getting the Sprite in a Sprite "Sheet".
public class Blocks extends Sprite{
public Blocks() throws IOException
{
...
1
vote
2answers
22 views
Desigining a Form in j2me [closed]
Possible Duplicate:
Desigining a Form in j2me
I have created a Form with str 1 and str 2 as StringItem and added them on Form.
Then i have added addCommand() method to str1 and str2 and ...
1
vote
0answers
24 views
how to use defineCollisionRectangle?
For starters, how can I use defineCollisionRectangle.
I've done some research about it and I think it doesn't have any use at all.
True that I can just use collidesWith() to check if 2 sprites ...
1
vote
0answers
22 views
j2me same command different displayables
I checked for an answer on this in various sites and stackoverflow
but could not find an answer. So, is it a good practice to
have the same command (e.g "OK") in different displayable?
I create one ...
1
vote
4answers
208 views
Implement reading of contact from phone book Using Hashtable in J2ME
I ran into a bind whereby I had to sort the data read from the phones PIM. In doing this I lost the other to which each contact field was referenced to the telephone number because I made use of 2 ...
1
vote
2answers
89 views
I want to run the application in background of mobile without any GUI in mobile using J2ME?
I am developing the network application in which I want to run my J2ME MIDP application in background without any GUI so that is any way to construct the application is such manner.
1
vote
2answers
85 views
How to add a vertial scrollbar in Canvas?
I am developing a Java ME application using Canvas. The details displayed on the Canvas are plentiful, so I need to scroll down the screen to view the further details.
But how can I add a vertical ...
1
vote
1answer
62 views
How to change the font size of J2ME command text?
I want to reduce the font size of the Command text. How to achieve that ?
1
vote
1answer
37 views
How to darken the Canvas or the Image drawn on a Canvas?
I derived the Canvas class where in the paint method I draw an Image. When clicking a Command I want to draw in the Canvas a rectangle and a String inside the rectangle , and the Image will still be ...
1
vote
1answer
54 views
J2me set font to the whole list
There's a method setFont(int listItem, Font font) in List class which sets some font to the list item. So I have to run through the list items and set fonts in a cycle. Is there any method to set one ...
1
vote
1answer
36 views
how to activate the function keys without having to click the button in J2ME?
how to activate the function keys without having to click the button in J2ME? for example :
in form RECEIVE MESSAGE have button Command REPLY, so...how to activate Command REPLY without having to ...
1
vote
1answer
53 views
MIDP: Get or track the currently focused Item
I'm adding in some functionality to a MIDP-based app which requires me to track whether or not an Item has focus. I'm only really concerned with field-style Items and need to determine when the user ...
1
vote
1answer
92 views
How to create multiple checkbox in canvas
I get trouble when I try to create a check box in canvas.
My checkbox works well but I don't know how to store value of each item, that mean when user check row 1 , and then they move to another row ...
1
vote
2answers
88 views
Listing all records j2me
I want to list all records in the record store. I've declared a list:
Private List tlist = new List("Select One", List.IMPLICIT);
Also enumerated the records:
Form mainf;
Command exit = new ...
1
vote
1answer
166 views
Disable TextField in J2ME
Is it possible to dynamically make TextField element disabled and enabled during the run time in Java ME?
1
vote
2answers
104 views
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.
public void showMsg()
{
Alert ...
1
vote
1answer
94 views
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 ...
1
vote
2answers
159 views
how to create TextFields dynamically in j2me?
we are developing Mobile application in j2me.In my application, we are using TextField and some other controls in Form.Here, my problem is i want to dynamically create TextField based on User's ...
1
vote
2answers
77 views
Invalid Attribute Error
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
I am using Eclipse and JRE 6 on Mac OSX ...
1
vote
1answer
231 views
lcdui vs lwuit command difference
i am used to working with lcdui interface but i want to work with lwuit interface.
Can any one tell me the different command list.
package newpackage;
import java.io.IOException;
import ...
1
vote
2answers
234 views
TextField in j2me
in j2me i want to get only numerical inputs how can i do it using textfield.
thanks....
1
vote
1answer
751 views
how to listen the change the value in textfield or textbox in j2me?
I want to store each character that is input from user. When user presses key, that key should store in any variable. When user presses other key, it must replace the value of variable with new ...
1
vote
2answers
2k views
how to install javax.microedition.lcdui package into Netbeans
I am using NetBeans 6.9.1. When I try to
import javax.microedition.lcdui.Command;
import javax.microedition.lcdui.CommandListener;
import javax.microedition.lcdui.Display;
import ...
1
vote
2answers
210 views
How can I change the size of a CustomItem inside a form in J2ME?
How can I change the size of a CustomItem inside a form in J2ME? I created a CustomItem (derived class of javax.microedition.lcdui.CustomItem) and placed it inside a form (of derived class of ...
1
vote
1answer
354 views
J2me, how to create a link in the screen?
I am developing in J2ME, I need to show a text, and then an underlined link / button that people can press.
I cannot use Canvas.
As a temporal solution, I am using the typical command button but I ...
1
vote
2answers
394 views
LWUIT in a enterprise J2ME application?
We are developing a J2ME application and sometimes we face constraints while working with the default lcdui library. Whenever we want some extra in the UI, the only option is to work with canvas which ...
1
vote
1answer
2k views
Image in button - j2me
I am trying to build a simple menu-based GUI with J2ME. The menu entries are currently objects of classes derived from the class Button. Is there any way I can:
Replace the text in the button and ...
1
vote
1answer
1k views
J2ME: Convert transparent PNG image to grayscale
is there any possiblity in J2ME to convert an image (loaded from a png file with alpha) to a new transparent grayscale image?
Until now I only got the rgb values, but not the alpha.
Thanks.
Edit: ...
1
vote
2answers
3k views
Java ME - Multiple forms, moving from one screen to the next
I am using Java Micro Edition and I am trying to create a simple login form with a record store. When the user enters the details I'd like to check them against the ones stored and then move onto ...
1
vote
2answers
1k views
Get pressed keys in J2ME with GameCanvas
I would like to get whether (for example) the 3 key is pressed (KEY_NUM3).
I have tried getKeyStates but it only detects the game action keys.
How could I get the states of non-game action keys?
(I ...
1
vote
1answer
2k views
How can I convert an Image to byte array in J2ME?
My requirement is like this. I need to read a file from the Mobile phone using a file connection, create a thumbnail of that image and post to the server. I am able to read the image using the ...