static IMeta metaOfJComponent(JComponent c) { if (c == null) null; ret (IMeta) c.getClientProperty(IMeta); }