pinku2008 0 Newbie Poster

Hi,

I am making a application , i have to make a small list of users from a big list of users. I am using ArrayList in Java but now getting result.

To be more precise I have List1 with 10 users and i am making list2 of 3 users from List1.

Please give a sample code with GUI if you have.