If you are experiencing an issue please mention the full platform your 
issue applies to:
IDE: NetBeans/Eclipse/IDEA
Desktop OS
Simulator 
Device

  protected boolean initListModelMultilist(List cmp){
       
    Vector vec =new Vector();
    Hashtable h=new Hashtable();
    
    int i;
  for(i=1;i>1;i++){
  
  
    vec.addElement(vec);
    cmp.setModel(new DefaultListModel(vec));
    
        
 return true;
  }

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/6fdb78b2-4cf2-43b4-b23e-3e08e284344e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to