JComboBox combo1 = new JComboBox();. Then you can use the addItem to add items to the combo box: combo1.addItem("Bashful"); combo1.
確定! 回上一頁