hey every body,
i build my GUI using netbeans and i make empty jComboBox for employees
i want to add employees names(query result) to jComboBox
any help:confused::confused:
Printable View
hey every body,
i build my GUI using netbeans and i make empty jComboBox for employees
i want to add employees names(query result) to jComboBox
any help:confused::confused:
Use a DefaultComboBoxModel.
How to Use Combo Boxes (The Java™ Tutorials > Creating a GUI With JFC/Swing > Using Swing Components)