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