View Single Post
  #2 (permalink)  
Old 04-12-2008, 11:33 AM
java_fun2007 java_fun2007 is offline
Member
 
Join Date: Nov 2007
Posts: 35
java_fun2007 is on a distinguished road
I have the same problem too, I read that I should use Array of items then use add(array) to add to the list. I tried it but it's not working also I read about DefaultListModel and tried it and stills the item is not added to the list.
what is the difference between the two ways of adding to the JList?
Reply With Quote