Im in some dire need of some basic help. Im having a problem trying to convert a vector to a
string. I have a JComboBox which shows the data which is obtained from a database and placed into a combo box, and this works fine.
I want it so that when a select a value in a combobox, that value is then passed/placed into a jtextfield, and so need to convert a vector to a string (array possibly), im completely stuck on this.
Please help a poor student out.