}
protected Image getImage(Object trace) {
if (trace instanceof MethodGroup) {
MethodGroup c = (MethodGroup) trace;
return pImage;
}
if (trace instanceof AccumulatedMethod){
AccumulatedMethod ma=(AccumulatedMethod) trace;
if (ma.getMethodName().length()==0){