Hi,
I have a JcomboBox. I want to display all the ItemId from the database in that JComboBox. I used Vector.but the records are not displaying in the jcombobox.It is printing the values in the console. I think the problem is with the line "itemno=new JComboBox(result);"
I am getting the values from the selectItemID() method.but it is not assigning it to the jcombobox
The code is:-
public Vector selectItemID(){
Vector result = new Vector();
Bookmarks