static JTextField textFieldFromComboBox(JComboBox cb) { ret (JTextField) cb.getEditor().getEditorComponent(); }