protected void drawRect(LGraphics g, int x, int y, int w, int h) {
   g.drawRect(x + this.x, y + this.y, w, h);
 }