Hi,
Trying to show an image from my midlet but for some reason it throw the exception.
Can any body point me the reason, I use Eclipse. Where the image duke.png should be located in folder?
try{
im = Image.createImage("/duke.png");
}catch(Exception e){
System.out.println("** Error creating image");
}
Thanks

Reply With Quote




