示例#1
0
 @Override
 public void setPos(int x, int y) {
   super.setPos(x, y);
   img.setLocation(x, y);
 }