package com.annimon; import javax.microedition.lcdui.Graphics; import javax.microedition.lcdui.Image; class Canvaz$1 extends Thread { Canvaz$1(Canvaz canvaz_1) { /*12*/} public void run() { /*16*/ Image SaveImage = Image.createImage(this$0.getWidth(), this$0.getHeight()); /*17*/ Graphics gr = SaveImage.getGraphics(); /*18*/ this$0.paint(gr); /*19*/ System.gc(); /*20*/ String hh = Integer.toString(this$0.RandomInt(10)); /*21*/ String info = System.getProperty("microedition.platform").toLowerCase(); /*22*/ if (info.startsWith("nokia")) { try { /*26*/ this$0.saveImage(SaveImage, "/C:/predefgallery/predefphotos/CD_" + Canvaz.access$000(this$0) + hh); } catch (Exception e) { /*30*/ this$0.saveImage(SaveImage, "/E:/CD_" + Canvaz.access$000(this$0) + hh); } } else { try { /*36*/ this$0.saveImage(SaveImage, "/e:/CD_" + Canvaz.access$000(this$0) + hh); } catch (Exception e) { /*40*/ this$0.saveImage(SaveImage, "/c:/other/CD_" + Canvaz.access$000(this$0) + hh); } } /*43*/ System.gc(); /*44*/} }