Elegant way to fill combo box with an array list : List<String> ls = new ArrayList<String>(); jComboBox.setModel(new DefaultComboBoxModel<String>(ls.
確定! 回上一頁