@Override
 protected void layout() {
   hotArea.x = x;
   hotArea.y = y;
   hotArea.width = width;
   hotArea.height = height;
 }