java - How to pass the String into combo box? -
i update list in combo box in gui each time when happen. receiving new list server string. list in combo box type static string unitslist[]. have tried array conversion , splitting using comma delimiter.
how pass string combo box?
simple...
jcombobox /*varname*/ = new jcombobox(/*string array here?*/);
Comments
Post a Comment