public void resize(Coord sz) { super.resize(sz); cbtn.c = sz.sub(cbtn.sz); obtn.c = sz.sub(obtn.sz).sub(cbtn.sz.x + 10, 0); }
protected void placetwdgs() { int x = sz.x - 5; for (Widget ch : twdgs) ch.c = xlate(new Coord(x -= ch.sz.x + 5, tc - (ch.sz.y / 2)), false); }