Graphics.TOP);
g.drawString("填充几何形状", getWidth()/2, 70, Graphics.HCENTER
Graphics.TOP);
g.drawImage(handImage, getWidth()/2, 40+changeFull×40, Graphics.HCENTER
Graphics.TOP);
}
}
public void commandAction(Command cmd, Displayable disp)
{
//设定返回List清单
if (cmd == backCommand)
display.setCurrent(list);
}
}
}
运行结果如图6-15所示。