hi,
Im new to J2ME and the forums, doing a college project having alot of difficulties.
I have this command listener line:
private Command exitCommand = new Command("Exit", Command.EXIT, 99);
But what does the "99" refer to.
The game is for a phone but how do you map the keys on a keypad (the specific phone is the Nokia 3510i, its a series 40).
I`m having awful trouble with images i have this code but it doesn`t work:
(inside the class)
Image Image1;
(inside a function)
try { Image1=Image.createImage("/logo_PNG.png");
}
catch(Exception e)
{
message="error";
}
The program runs but never displays the iimage, the picture just never goes into Image1.
Using the debug mode in JBuilder I get: Image1: javax.microedition.lcdui.Image = null
Any help will be greatly appreciated

Reply With Quote


