Image.createImage problem in J2ME

Posted by Michael on Stack Overflow See other posts from Stack Overflow or by Michael
Published on 2008-11-07T10:02:10Z Indexed on 2010/03/17 11:01 UTC
Read the original article Hit count: 249

Filed under:
|
|

Hi All,

I tried this on J2ME

try {
    Image immutableThumb = Image.createImage( temp, 0, temp.length);
} catch (Exception ex) {
    System.out.println(ex);
}

I hit this error: java.lang.IllegalArgumentException:

How do I solve this?

© Stack Overflow or respective owner

Related posts about j2me

Related posts about image.createimage