public void resize(Coord sz) { super.resize(sz); if (in != null) { in.c = new Coord(0, this.sz.y - 20); in.resize(new Coord(this.sz.x, 20)); } }