I am fetching the data values from the database successfully. I have also stored them into a String[] array. I need to load the String array as the items of the
You have a couple of options. You can use removeAllItems() (or one of the other remove methods) and addItem(Object anObject) to manipulate the selectable objects. Or you could implement a ComboBoxModeland allow it to serve up data from your array.