how to bind ArrayList to JList

后端 未结 5 743
花落未央
花落未央 2020-12-10 18:44

i have a JList and an ArrayList.How to bind the datas in arraylist to the jlist.Are the any alternative methods?

    ArrayList arl = new ArrayList();
    ar         


        
5条回答
提交回复
热议问题