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");
}
public String getTextBack() {
return textBack;