java give me this error [Ljava.lang.String;@b6e39f
sir i use this code fill jlist with vect but java give me error this error [Ljava.lang.String;@b6e39f
my code
String[] jlf = {"Muhammad","Fahim","Aamir"};
Vector myVector = new Vector();
myVector.addElement(jlf);
jList1.setListData(myVector);
please give me idea how i fill the jlost and combobox with vector
thank
aamir

