SyntaxFix
Write A Post
Hire A Developer
Questions
You can use String arrays to add jComboBox items
String [] items = { "First item", "Second item", "Third item", "Fourth item" }; JComboBox comboOne = new JComboBox (items);