示例#1
0
 public void setBBX(int x, int y, int width, int height)
 {
     bbx.setBounds(x, y, width, height);
 }
示例#2
0
 public void setBoundingBox(int x, int y, int width, int height)
 {
     boundingBox.setBounds(x, y, width, height);
 }