Example #1
0
 public void setBounds(int x, int y, int width, int height) {
   super.setBounds(x, y, width, height);
   this.left = x;
   this.top = y;
   this.width = width;
   this.height = height;
 }