static void putClientProperty_recursive(final Component c) { if (c != null) swing { for (JComponent cc : childrenOfType(c, JComponent.class)) cc.putClientProperty(key, value); } }