How can I get the input for an editable JComboBox. When user gives an input to the combo how I can get the input text from it?
JComboBox
You need to get the edited text from the combobox editor via combo.getEditor().getItem().
combo.getEditor().getItem()
1.4m articles
1.4m replys
5 comments
57.0k users