static JTextArea jLiveValueComboBox(L values, final SimpleLiveValue lv) { final JComboBox cb = jComboBox(values); bindComboBoxToLiveValue(cb, lv); ret cb; }