Search:

Type: Posts; User: mflevie44

Search: Search took 0.10 seconds.

  1. Re: How to access an ArrayList of another class?

    Sorry!!! it doesn't have one I just update it.
  2. How to access an ArrayList of another class?

    public class MemberAccoutList{

    private ArrayList<MemberAccount> membrAcc = new ArrayList<MemberAccount>();

    public ArrayList<MemberAccount> getMembrAcc()
    {
    ...
Results 1 to 2 of 2