sbool pointFarOutsideOfComponent(Component c, Pt p) { int margin = 20; ret !growRect(margin, toRect(getBounds(c))).contains(p); }