SyntaxFix
Write A Post
Hire A Developer
Questions
Elegant way to fill combo box with an array list :
List<String> ls = new ArrayList<String>(); jComboBox.setModel(new DefaultComboBoxModel<String>(ls.toArray(new String[0])));