예제 #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);
 }