ComboBoxModel yourModel = new YourComboBoxModel(); JComboBox yourComboBox = new JComboBox(yourModel);. 使用自定义ComboBoxModel是最灵活的解决方案 ...
確定! 回上一頁