我这样写对不对
private Image  img[][];
try{
  img[1][1]=Image.createImage();
    ......
  }
catch(Exception e) {
   }