static Container getParent(final Component c) { ret c == null ? null : swing(func -> Container { c.getParent() }); }