The “JComboBox” in Netbeans displays a list of items for users. The user chooses one of the items in the combo box that submits to your processing form. Netbeans has a graphical interface with a toolbox, so you only need to drag and drop a JComboBox from the toolbox and add the items you want to display without manually creating the code. jcombobox1.addItem(“Blue”); jcombobox1.addItem(“Orance”); Writer Bio

How Use the Combo Box With Netbeans GUI - 76