* @throws NullPointerException if the label or valueModel is <code>null</code>
*/
public static void bind(JLabel label, ValueModel valueModel) {
PropertyConnector connector =
new PropertyConnector(valueModel, "value", label, "text");
connector.updateProperty2();
}
/**
* Binds a JList to the given SelectionInList using the SelectionInList's