Hello,
I am sure this is extremely easy but I am having difficulty getting this to work. I need to know how to fill a JComboBox from a sequential file. There are only three rows and two values per each row in the file and it doesn't need to grow. I origianlly created a vector and filled the combobox with it, but now I would like to fill the vector that fills the combobox by reading in the values from a text file.
Thanks in advance for any assistance.
jcfrasco
I am sure this is extremely easy but I am having difficulty getting this to work. I need to know how to fill a JComboBox from a sequential file. There are only three rows and two values per each row in the file and it doesn't need to grow. I origianlly created a vector and filled the combobox with it, but now I would like to fill the vector that fills the combobox by reading in the values from a text file.
Thanks in advance for any assistance.
jcfrasco