textGo = txtResources.getLabel(clazz.getName()+".goTip");
imageGo = imgResources.load(display, "godom.png");
imageGo1 = imgResources.load(display, "godom1.png");
textStop = txtResources.getLabel(clazz.getName()+".stopTip");
imageStop1 = imgResources.load(display, "stop1.png");
imageStop = imgResources.load(display, "stop.png");
imageCancel1 = imgResources.load(display, "xgocancel1.png");
imageCancel = imgResources.load(display, "xgocancel.png");
}